Html Css Color HEX #77219C Vivid Violet

📋 copy color: '#77219C'

red 119 ◦ green 33 ◦ blue 156

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

Shades of Vivid Violet #77219C

Tints of Vivid Violet #77219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

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

R = 38.64%
G = 10.71%
B = 50.65%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77219C (or 0x77219C) is known color: Vivid Violet. HEX triplet: 77, 21 and 9C. RGB value is (119,33,156). Sum of RGB (Red+Green+Blue) = 119+33+156=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #77219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77219C is #88DE63. Grayscale: #484848. Windows color (decimal): -8969828 or 10232183. OLE color: 10232183.

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

Color convert

RGB 119 33 156 -
CMYK 0.24 0.79 0 0.39
HSL 281.95º 0.65% 0.37% -
HSV(B) 281.95º 0.79% 0.61% -
XYZ 14.15 7.41 32.14 -
YUV 72.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 119 33 156 0.24 0.79 0 0.39 281.95 0.65 0.37
Hex 77 21 9C 18 4F 0 27 11A 41 25
Octal 167 41 234 30 117 0 47 432 101 45
Binary 1110111 100001 10011100 11000 1001111 0 100111 100011010 1000001 100101

Color Harmonies of #77219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77219C

Black with #77219C

Text Example


Text Example

White with #77219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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