Html Css Color HEX #77249E Vivid Violet

📋 copy color: '#77249E'

red 119 ◦ green 36 ◦ blue 158

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

Shades of Vivid Violet #77249E

Tints of Vivid Violet #77249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.48%

R = 38.02%
G = 11.5%
B = 50.48%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77249E (or 0x77249E) is known color: Vivid Violet. HEX triplet: 77, 24 and 9E. RGB value is (119,36,158). Sum of RGB (Red+Green+Blue) = 119+36+158=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #77249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77249E is #88DB61. Grayscale: #4A4A4A. Windows color (decimal): -8969058 or 10364023. OLE color: 10364023.

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

Color convert

RGB 119 36 158 -
CMYK 0.25 0.77 0 0.38
HSL 280.82º 0.63% 0.38% -
HSV(B) 280.82º 0.77% 0.62% -
XYZ 14.41 7.65 33.07 -
YUV 74.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 119 36 158 0.25 0.77 0 0.38 280.82 0.63 0.38
Hex 77 24 9E 19 4D 0 26 119 3F 26
Octal 167 44 236 31 115 0 46 431 77 46
Binary 1110111 100100 10011110 11001 1001101 0 100110 100011001 111111 100110

Color Harmonies of #77249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77249E

Black with #77249E

Text Example


Text Example

White with #77249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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