Html Css Color HEX #77216C Dark Purple

📋 copy color: '#77216C'

red 119 ◦ green 33 ◦ blue 108

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

Shades of Dark Purple #77216C

Tints of Dark Purple #77216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 45.77%
G = 12.69%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77216C (or 0x77216C) is known color: Dark Purple. HEX triplet: 77, 21 and 6C. RGB value is (119,33,108). Sum of RGB (Red+Green+Blue) = 119+33+108=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77216C is #88DE93. Grayscale: #434343. Windows color (decimal): -8969876 or 7086455. OLE color: 7086455.

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

Color convert

RGB 119 33 108 -
CMYK 0 0.72 0.09 0.53
HSL 307.67º 0.57% 0.3% -
HSV(B) 307.67º 0.72% 0.47% -
XYZ 10.86 6.09 14.79 -
YUV 67.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 119 33 108 0 0.72 0.09 0.53 307.67 0.57 0.3
Hex 77 21 6C 0 48 9 35 134 39 1E
Octal 167 41 154 0 110 11 65 464 71 36
Binary 1110111 100001 1101100 0 1001000 1001 110101 100110100 111001 11110

Color Harmonies of #77216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77216C

Black with #77216C

Text Example


Text Example

White with #77216C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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