Html Css Color HEX #801484 Purple

📋 copy color: '#801484'

red 128 ◦ green 20 ◦ blue 132

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

Shades of Purple #801484

Tints of Purple #801484

RGB

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

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

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

R = 45.71%
G = 7.14%
B = 47.14%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#801484 (or 0x801484) is known color: Purple. HEX triplet: 80, 14 and 84. RGB value is (128,20,132). Sum of RGB (Red+Green+Blue) = 128+20+132=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #801484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801484 is #7FEB7B. Grayscale: #404040. Windows color (decimal): -8383356 or 8656000. OLE color: 8656000.

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

Color convert

RGB 128 20 132 -
CMYK 0.03 0.85 0 0.48
HSL 297.86º 0.74% 0.3% -
HSV(B) 297.86º 0.85% 0.52% -
XYZ 13.32 6.76 22.43 -
YUV 65.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 128 20 132 0.03 0.85 0 0.48 297.86 0.74 0.3
Hex 80 14 84 3 55 0 30 12A 4A 1E
Octal 200 24 204 3 125 0 60 452 112 36
Binary 10000000 10100 10000100 11 1010101 0 110000 100101010 1001010 11110

Color Harmonies of #801484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801484

Black with #801484

Text Example


Text Example

White with #801484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801484; }

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

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

background-color css

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

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

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

border-color css

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

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

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