Html Css Color HEX #801162 Dark Purple

📋 copy color: '#801162'

red 128 ◦ green 17 ◦ blue 98

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

Shades of Dark Purple #801162

Tints of Dark Purple #801162

RGB

 RED value IS 128 (50.39% from 255) = 52.67%

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 52.67%
G = 7%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#801162 (or 0x801162) is known color: Dark Purple. HEX triplet: 80, 11 and 62. RGB value is (128,17,98). Sum of RGB (Red+Green+Blue) = 128+17+98=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #801162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801162 is #7FEE9D. Grayscale: #3B3B3B. Windows color (decimal): -8384158 or 6427008. OLE color: 6427008.

HSL color Cylindrical-coordinate representation of color #801162: hue angle of 316.22º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801162 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 98 -
CMYK 0 0.87 0.23 0.50
HSL 316.22º 0.77% 0.28% -
HSV(B) 316.22º 0.87% 0.5% -
XYZ 11.31 5.87 12.09 -
YUV 59.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 128 17 98 0 0.87 0.23 0.50 316.22 0.77 0.28
Hex 80 11 62 0 57 17 32 13C 4D 1C
Octal 200 21 142 0 127 27 62 474 115 34
Binary 10000000 10001 1100010 0 1010111 10111 110010 100111100 1001101 11100

Color Harmonies of #801162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801162

Black with #801162

Text Example


Text Example

White with #801162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801162; }

 p { color: rgb(128,17,98); }

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

background-color css

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

 a { background-color: rgb(128,17,98); }

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

border-color css

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

 span { border-color: rgb(128,17,98); }

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