Html Css Color HEX #77408E Vivid Violet

📋 copy color: '#77408E'

red 119 ◦ green 64 ◦ blue 142

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

Shades of Vivid Violet #77408E

Tints of Vivid Violet #77408E

RGB

 RED value IS 119 (46.88% from 255) = 36.62%

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 36.62%
G = 19.69%
B = 43.69%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77408E (or 0x77408E) is known color: Vivid Violet. HEX triplet: 77, 40 and 8E. RGB value is (119,64,142). Sum of RGB (Red+Green+Blue) = 119+64+142=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #77408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77408E is #88BF71. Grayscale: #595959. Windows color (decimal): -8961906 or 9322615. OLE color: 9322615.

HSL color Cylindrical-coordinate representation of color #77408E: hue angle of 282.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77408E is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 64 142 -
CMYK 0.16 0.55 0 0.44
HSL 282.31º 0.38% 0.4% -
HSV(B) 282.31º 0.55% 0.56% -
XYZ 14.32 9.54 26.68 -
YUV 89.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 119 64 142 0.16 0.55 0 0.44 282.31 0.38 0.4
Hex 77 40 8E 10 37 0 2C 11A 26 28
Octal 167 100 216 20 67 0 54 432 46 50
Binary 1110111 1000000 10001110 10000 110111 0 101100 100011010 100110 101000

Color Harmonies of #77408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77408E

Black with #77408E

Text Example


Text Example

White with #77408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77408E; }

 p { color: rgb(119,64,142); }

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

background-color css

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

 a { background-color: rgb(119,64,142); }

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

border-color css

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

 span { border-color: rgb(119,64,142); }

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