Html Css Color HEX #801087 Purple

📋 copy color: '#801087'

red 128 ◦ green 16 ◦ blue 135

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

Shades of Purple #801087

Tints of Purple #801087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.39%

R = 45.88%
G = 5.73%
B = 48.39%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#801087 (or 0x801087) is known color: Purple. HEX triplet: 80, 10 and 87. RGB value is (128,16,135). Sum of RGB (Red+Green+Blue) = 128+16+135=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #801087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801087 is #7FEF78. Grayscale: #3E3E3E. Windows color (decimal): -8384377 or 8851584. OLE color: 8851584.

HSL color Cylindrical-coordinate representation of color #801087: hue angle of 296.47º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801087 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 16 135 -
CMYK 0.05 0.88 0 0.47
HSL 296.47º 0.79% 0.3% -
HSV(B) 296.47º 0.88% 0.53% -
XYZ 13.46 6.71 23.51 -
YUV 63.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 128 16 135 0.05 0.88 0 0.47 296.47 0.79 0.3
Hex 80 10 87 5 58 0 2F 128 4F 1E
Octal 200 20 207 5 130 0 57 450 117 36
Binary 10000000 10000 10000111 101 1011000 0 101111 100101000 1001111 11110

Color Harmonies of #801087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801087

Black with #801087

Text Example


Text Example

White with #801087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801087; }

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

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

background-color css

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

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

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

border-color css

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

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

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