Html Css Color HEX #801588 Purple

📋 copy color: '#801588'

red 128 ◦ green 21 ◦ blue 136

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

Shades of Purple #801588

Tints of Purple #801588

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 44.91%
G = 7.37%
B = 47.72%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#801588 (or 0x801588) is known color: Purple. HEX triplet: 80, 15 and 88. RGB value is (128,21,136). Sum of RGB (Red+Green+Blue) = 128+21+136=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #801588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801588 is #7FEA77. Grayscale: #414141. Windows color (decimal): -8383096 or 8918400. OLE color: 8918400.

HSL color Cylindrical-coordinate representation of color #801588: hue angle of 295.83º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801588 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 21 136 -
CMYK 0.06 0.85 0 0.47
HSL 295.83º 0.73% 0.31% -
HSV(B) 295.83º 0.85% 0.53% -
XYZ 13.61 6.9 23.91 -
YUV 66.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 128 21 136 0.06 0.85 0 0.47 295.83 0.73 0.31
Hex 80 15 88 6 55 0 2F 128 49 1F
Octal 200 25 210 6 125 0 57 450 111 37
Binary 10000000 10101 10001000 110 1010101 0 101111 100101000 1001001 11111

Color Harmonies of #801588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801588

Black with #801588

Text Example


Text Example

White with #801588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801588; }

 p { color: rgb(128,21,136); }

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

background-color css

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

 a { background-color: rgb(128,21,136); }

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

border-color css

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

 span { border-color: rgb(128,21,136); }

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