Html Css Color HEX #77216E Dark Purple

📋 copy color: '#77216E'

red 119 ◦ green 33 ◦ blue 110

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

Shades of Dark Purple #77216E

Tints of Dark Purple #77216E

RGB

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

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

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

R = 45.42%
G = 12.6%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77216E (or 0x77216E) is known color: Dark Purple. HEX triplet: 77, 21 and 6E. RGB value is (119,33,110). Sum of RGB (Red+Green+Blue) = 119+33+110=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77216E is #88DE91. Grayscale: #434343. Windows color (decimal): -8969874 or 7217527. OLE color: 7217527.

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

Color convert

RGB 119 33 110 -
CMYK 0 0.72 0.08 0.53
HSL 306.28º 0.57% 0.3% -
HSV(B) 306.28º 0.72% 0.47% -
XYZ 10.97 6.14 15.36 -
YUV 67.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 119 33 110 0 0.72 0.08 0.53 306.28 0.57 0.3
Hex 77 21 6E 0 48 8 35 132 39 1E
Octal 167 41 156 0 110 10 65 462 71 36
Binary 1110111 100001 1101110 0 1001000 1000 110101 100110010 111001 11110

Color Harmonies of #77216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77216E

Black with #77216E

Text Example


Text Example

White with #77216E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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