Html Css Color HEX #77218E Vivid Violet

📋 copy color: '#77218E'

red 119 ◦ green 33 ◦ blue 142

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

Shades of Vivid Violet #77218E

Tints of Vivid Violet #77218E

RGB

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

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

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

R = 40.48%
G = 11.22%
B = 48.3%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77218E (or 0x77218E) is known color: Vivid Violet. HEX triplet: 77, 21 and 8E. RGB value is (119,33,142). Sum of RGB (Red+Green+Blue) = 119+33+142=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #77218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77218E is #88DE71. Grayscale: #464646. Windows color (decimal): -8969842 or 9314679. OLE color: 9314679.

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

Color convert

RGB 119 33 142 -
CMYK 0.16 0.77 0 0.44
HSL 287.34º 0.62% 0.34% -
HSV(B) 287.34º 0.77% 0.56% -
XYZ 13.03 6.96 26.25 -
YUV 71.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 119 33 142 0.16 0.77 0 0.44 287.34 0.62 0.34
Hex 77 21 8E 10 4D 0 2C 11F 3E 22
Octal 167 41 216 20 115 0 54 437 76 42
Binary 1110111 100001 10001110 10000 1001101 0 101100 100011111 111110 100010

Color Harmonies of #77218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77218E

Black with #77218E

Text Example


Text Example

White with #77218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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