Html Css Color HEX #77206E Dark Purple

📋 copy color: '#77206E'

red 119 ◦ green 32 ◦ blue 110

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

Shades of Dark Purple #77206E

Tints of Dark Purple #77206E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 45.59%
G = 12.26%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77206E (or 0x77206E) is known color: Dark Purple. HEX triplet: 77, 20 and 6E. RGB value is (119,32,110). Sum of RGB (Red+Green+Blue) = 119+32+110=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77206E is #88DF91. Grayscale: #424242. Windows color (decimal): -8970130 or 7217271. OLE color: 7217271.

HSL color Cylindrical-coordinate representation of color #77206E: hue angle of 306.21º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77206E is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 110 -
CMYK 0 0.73 0.08 0.53
HSL 306.21º 0.58% 0.3% -
HSV(B) 306.21º 0.73% 0.47% -
XYZ 10.94 6.08 15.35 -
YUV 66.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 119 32 110 0 0.73 0.08 0.53 306.21 0.58 0.3
Hex 77 20 6E 0 49 8 35 132 3A 1E
Octal 167 40 156 0 111 10 65 462 72 36
Binary 1110111 100000 1101110 0 1001001 1000 110101 100110010 111010 11110

Color Harmonies of #77206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77206E

Black with #77206E

Text Example


Text Example

White with #77206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,32,110); }

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

background-color css

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

 a { background-color: rgb(119,32,110); }

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

border-color css

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

 span { border-color: rgb(119,32,110); }

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