Html Css Color HEX #801584 Purple

📋 copy color: '#801584'

red 128 ◦ green 21 ◦ blue 132

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

Shades of Purple #801584

Tints of Purple #801584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.98%

R = 45.55%
G = 7.47%
B = 46.98%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#801584 (or 0x801584) is known color: Purple. HEX triplet: 80, 15 and 84. RGB value is (128,21,132). Sum of RGB (Red+Green+Blue) = 128+21+132=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #801584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801584 is #7FEA7B. Grayscale: #414141. Windows color (decimal): -8383100 or 8656256. OLE color: 8656256.

HSL color Cylindrical-coordinate representation of color #801584: hue angle of 297.84º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801584 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 21 132 -
CMYK 0.03 0.84 0 0.48
HSL 297.84º 0.73% 0.3% -
HSV(B) 297.84º 0.84% 0.52% -
XYZ 13.34 6.79 22.44 -
YUV 65.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 128 21 132 0.03 0.84 0 0.48 297.84 0.73 0.3
Hex 80 15 84 3 54 0 30 12A 49 1E
Octal 200 25 204 3 124 0 60 452 111 36
Binary 10000000 10101 10000100 11 1010100 0 110000 100101010 1001001 11110

Color Harmonies of #801584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801584

Black with #801584

Text Example


Text Example

White with #801584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801584; }

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

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

background-color css

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

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

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

border-color css

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

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

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