Html Css Color HEX #801081 Purple

📋 copy color: '#801081'

red 128 ◦ green 16 ◦ blue 129

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

Shades of Purple #801081

Tints of Purple #801081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 46.89%
G = 5.86%
B = 47.25%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#801081 (or 0x801081) is known color: Purple. HEX triplet: 80, 10 and 81. RGB value is (128,16,129). Sum of RGB (Red+Green+Blue) = 128+16+129=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #801081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801081 is #7FEF7E. Grayscale: #3E3E3E. Windows color (decimal): -8384383 or 8458368. OLE color: 8458368.

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

Color convert

RGB 128 16 129 -
CMYK 0.01 0.88 0 0.49
HSL 299.47º 0.78% 0.28% -
HSV(B) 299.47º 0.88% 0.51% -
XYZ 13.05 6.54 21.34 -
YUV 62.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 128 16 129 0.01 0.88 0 0.49 299.47 0.78 0.28
Hex 80 10 81 1 58 0 31 12B 4E 1C
Octal 200 20 201 1 130 0 61 453 116 34
Binary 10000000 10000 10000001 1 1011000 0 110001 100101011 1001110 11100

Color Harmonies of #801081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801081

Black with #801081

Text Example


Text Example

White with #801081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801081; }

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

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

background-color css

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

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

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

border-color css

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

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

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