Html Css Color HEX #801062 Dark Purple

📋 copy color: '#801062'

red 128 ◦ green 16 ◦ blue 98

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

Shades of Dark Purple #801062

Tints of Dark Purple #801062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 52.89%
G = 6.61%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#801062 (or 0x801062) is known color: Dark Purple. HEX triplet: 80, 10 and 62. RGB value is (128,16,98). Sum of RGB (Red+Green+Blue) = 128+16+98=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #801062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801062 is #7FEF9D. Grayscale: #3A3A3A. Windows color (decimal): -8384414 or 6426752. OLE color: 6426752.

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

Color convert

RGB 128 16 98 -
CMYK 0 0.88 0.23 0.50
HSL 316.07º 0.78% 0.28% -
HSV(B) 316.07º 0.88% 0.5% -
XYZ 11.29 5.84 12.09 -
YUV 58.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 128 16 98 0 0.88 0.23 0.50 316.07 0.78 0.28
Hex 80 10 62 0 58 17 32 13C 4E 1C
Octal 200 20 142 0 130 27 62 474 116 34
Binary 10000000 10000 1100010 0 1011000 10111 110010 100111100 1001110 11100

Color Harmonies of #801062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801062

Black with #801062

Text Example


Text Example

White with #801062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801062; }

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

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

background-color css

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

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

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

border-color css

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

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

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