Html Css Color HEX #743488 Vivid Violet

📋 copy color: '#743488'

red 116 ◦ green 52 ◦ blue 136

#743488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #743488

Tints of Vivid Violet #743488

RGB

 RED value IS 116 (45.7% from 255) = 38.16%

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 38.16%
G = 17.11%
B = 44.74%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#743488 (or 0x743488) is known color: Vivid Violet. HEX triplet: 74, 34 and 88. RGB value is (116,52,136). Sum of RGB (Red+Green+Blue) = 116+52+136=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #743488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743488 is #8BCB77. Grayscale: #505050. Windows color (decimal): -9161592 or 8926324. OLE color: 8926324.

HSL color Cylindrical-coordinate representation of color #743488: hue angle of 285.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743488 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 52 136 -
CMYK 0.15 0.62 0 0.47
HSL 285.71º 0.45% 0.37% -
HSV(B) 285.71º 0.62% 0.53% -
XYZ 12.87 7.95 24.15 -
YUV 80.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 116 52 136 0.15 0.62 0 0.47 285.71 0.45 0.37
Hex 74 34 88 F 3E 0 2F 11E 2D 25
Octal 164 64 210 17 76 0 57 436 55 45
Binary 1110100 110100 10001000 1111 111110 0 101111 100011110 101101 100101

Color Harmonies of #743488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743488

Black with #743488

Text Example


Text Example

White with #743488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743488; }

 p { color: rgb(116,52,136); }

 H1.HeaderClassName
 {
   color: #743488;
 }
 .AnyTagClassName
 {
   color: #743488;
 }
</style>

background-color css

<style>
 a { background-color: #743488; }

 a { background-color: rgb(116,52,136); }

 div.DivClassName
 {
   background-color: #743488;
 }
 .BgClassName
 {
   background-color: #743488;
 }
</style>

border-color css

<style>
 span { border-color: #743488; }

 span { border-color: rgb(116,52,136); }

 td.TdClassName
 {
   border-color: #743488;
 }
 .TagClassName
 {
   border-color: #743488;
 }
</style>