Html Css Color HEX #801488 Purple

📋 copy color: '#801488'

red 128 ◦ green 20 ◦ blue 136

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

Shades of Purple #801488

Tints of Purple #801488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

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

R = 45.07%
G = 7.04%
B = 47.89%

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

#801488 (or 0x801488) is known color: Purple. HEX triplet: 80, 14 and 88. RGB value is (128,20,136). Sum of RGB (Red+Green+Blue) = 128+20+136=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #801488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801488 is #7FEB77. Grayscale: #414141. Windows color (decimal): -8383352 or 8918144. OLE color: 8918144.

HSL color Cylindrical-coordinate representation of color #801488: hue angle of 295.86º degrees, saturation: 0.74, 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 #801488 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 20 136 -
CMYK 0.06 0.85 0 0.47
HSL 295.86º 0.74% 0.31% -
HSV(B) 295.86º 0.85% 0.53% -
XYZ 13.6 6.87 23.9 -
YUV 65.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 128 20 136 0.06 0.85 0 0.47 295.86 0.74 0.31
Hex 80 14 88 6 55 0 2F 128 4A 1F
Octal 200 24 210 6 125 0 57 450 112 37
Binary 10000000 10100 10001000 110 1010101 0 101111 100101000 1001010 11111

Color Harmonies of #801488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801488

Black with #801488

Text Example


Text Example

White with #801488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801488; }

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

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

background-color css

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

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

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

border-color css

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

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

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