Html Css Color HEX #801589 Purple

📋 copy color: '#801589'

red 128 ◦ green 21 ◦ blue 137

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

Shades of Purple #801589

Tints of Purple #801589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 44.76%
G = 7.34%
B = 47.9%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#801589 (or 0x801589) is known color: Purple. HEX triplet: 80, 15 and 89. RGB value is (128,21,137). Sum of RGB (Red+Green+Blue) = 128+21+137=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #801589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801589 is #7FEA76. Grayscale: #414141. Windows color (decimal): -8383095 or 8983936. OLE color: 8983936.

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

Color convert

RGB 128 21 137 -
CMYK 0.07 0.85 0 0.46
HSL 295.34º 0.73% 0.31% -
HSV(B) 295.34º 0.85% 0.54% -
XYZ 13.69 6.93 24.28 -
YUV 66.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 128 21 137 0.07 0.85 0 0.46 295.34 0.73 0.31
Hex 80 15 89 7 55 0 2E 127 49 1F
Octal 200 25 211 7 125 0 56 447 111 37
Binary 10000000 10101 10001001 111 1010101 0 101110 100100111 1001001 11111

Color Harmonies of #801589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801589

Black with #801589

Text Example


Text Example

White with #801589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801589; }

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

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

background-color css

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

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

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

border-color css

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

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

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