Html Css Color HEX #743387 Vivid Violet

📋 copy color: '#743387'

red 116 ◦ green 51 ◦ blue 135

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

Shades of Vivid Violet #743387

Tints of Vivid Violet #743387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 38.41%
G = 16.89%
B = 44.7%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#743387 (or 0x743387) is known color: Vivid Violet. HEX triplet: 74, 33 and 87. RGB value is (116,51,135). Sum of RGB (Red+Green+Blue) = 116+51+135=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #743387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743387 is #8BCC78. Grayscale: #4F4F4F. Windows color (decimal): -9161849 or 8860532. OLE color: 8860532.

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

Color convert

RGB 116 51 135 -
CMYK 0.14 0.62 0 0.47
HSL 286.43º 0.45% 0.36% -
HSV(B) 286.43º 0.62% 0.53% -
XYZ 12.76 7.83 23.76 -
YUV 80.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 116 51 135 0.14 0.62 0 0.47 286.43 0.45 0.36
Hex 74 33 87 E 3E 0 2F 11E 2D 24
Octal 164 63 207 16 76 0 57 436 55 44
Binary 1110100 110011 10000111 1110 111110 0 101111 100011110 101101 100100

Color Harmonies of #743387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743387

Black with #743387

Text Example


Text Example

White with #743387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743387; }

 p { color: rgb(116,51,135); }

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

background-color css

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

 a { background-color: rgb(116,51,135); }

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

border-color css

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

 span { border-color: rgb(116,51,135); }

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