Html Css Color HEX #77216F Dark Purple

📋 copy color: '#77216F'

red 119 ◦ green 33 ◦ blue 111

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

Shades of Dark Purple #77216F

Tints of Dark Purple #77216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 45.25%
G = 12.55%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77216F (or 0x77216F) is known color: Dark Purple. HEX triplet: 77, 21 and 6F. RGB value is (119,33,111). Sum of RGB (Red+Green+Blue) = 119+33+111=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77216F is #88DE90. Grayscale: #434343. Windows color (decimal): -8969873 or 7283063. OLE color: 7283063.

HSL color Cylindrical-coordinate representation of color #77216F: hue angle of 305.58º 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 #77216F is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 111 -
CMYK 0 0.72 0.07 0.53
HSL 305.58º 0.57% 0.3% -
HSV(B) 305.58º 0.72% 0.47% -
XYZ 11.02 6.16 15.65 -
YUV 67.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 119 33 111 0 0.72 0.07 0.53 305.58 0.57 0.3
Hex 77 21 6F 0 48 7 35 132 39 1E
Octal 167 41 157 0 110 7 65 462 71 36
Binary 1110111 100001 1101111 0 1001000 111 110101 100110010 111001 11110

Color Harmonies of #77216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77216F

Black with #77216F

Text Example


Text Example

White with #77216F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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