Html Css Color HEX #77249C Vivid Violet

📋 copy color: '#77249C'

red 119 ◦ green 36 ◦ blue 156

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

Shades of Vivid Violet #77249C

Tints of Vivid Violet #77249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.58%

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 38.26%
G = 11.58%
B = 50.16%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77249C (or 0x77249C) is known color: Vivid Violet. HEX triplet: 77, 24 and 9C. RGB value is (119,36,156). Sum of RGB (Red+Green+Blue) = 119+36+156=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #77249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77249C is #88DB63. Grayscale: #4A4A4A. Windows color (decimal): -8969060 or 10232951. OLE color: 10232951.

HSL color Cylindrical-coordinate representation of color #77249C: hue angle of 281.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77249C is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 36 156 -
CMYK 0.24 0.77 0 0.39
HSL 281.5º 0.63% 0.38% -
HSV(B) 281.5º 0.77% 0.61% -
XYZ 14.24 7.58 32.17 -
YUV 74.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 119 36 156 0.24 0.77 0 0.39 281.5 0.63 0.38
Hex 77 24 9C 18 4D 0 27 11A 3E 26
Octal 167 44 234 30 115 0 47 432 76 46
Binary 1110111 100100 10011100 11000 1001101 0 100111 100011010 111110 100110

Color Harmonies of #77249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77249C

Black with #77249C

Text Example


Text Example

White with #77249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77249C; }

 p { color: rgb(119,36,156); }

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

background-color css

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

 a { background-color: rgb(119,36,156); }

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

border-color css

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

 span { border-color: rgb(119,36,156); }

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