Html Css Color HEX #77217C Dark Purple

📋 copy color: '#77217C'

red 119 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #77217C

Tints of Dark Purple #77217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 43.12%
G = 11.96%
B = 44.93%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77217C (or 0x77217C) is known color: Dark Purple. HEX triplet: 77, 21 and 7C. RGB value is (119,33,124). Sum of RGB (Red+Green+Blue) = 119+33+124=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #77217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77217C is #88DE83. Grayscale: #444444. Windows color (decimal): -8969860 or 8135031. OLE color: 8135031.

HSL color Cylindrical-coordinate representation of color #77217C: hue angle of 296.7º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77217C is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 33 124 -
CMYK 0.04 0.73 0 0.51
HSL 296.7º 0.58% 0.31% -
HSV(B) 296.7º 0.73% 0.49% -
XYZ 11.79 6.46 19.7 -
YUV 69.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 119 33 124 0.04 0.73 0 0.51 296.7 0.58 0.31
Hex 77 21 7C 4 49 0 33 129 3A 1F
Octal 167 41 174 4 111 0 63 451 72 37
Binary 1110111 100001 1111100 100 1001001 0 110011 100101001 111010 11111

Color Harmonies of #77217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77217C

Black with #77217C

Text Example


Text Example

White with #77217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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