Html Css Color HEX #801485 Purple

📋 copy color: '#801485'

red 128 ◦ green 20 ◦ blue 133

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

Shades of Purple #801485

Tints of Purple #801485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.33%

R = 45.55%
G = 7.12%
B = 47.33%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#801485 (or 0x801485) is known color: Purple. HEX triplet: 80, 14 and 85. RGB value is (128,20,133). Sum of RGB (Red+Green+Blue) = 128+20+133=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #801485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801485 is #7FEB7A. Grayscale: #404040. Windows color (decimal): -8383355 or 8721536. OLE color: 8721536.

HSL color Cylindrical-coordinate representation of color #801485: hue angle of 297.35º 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 #801485 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 20 133 -
CMYK 0.04 0.85 0 0.48
HSL 297.35º 0.74% 0.3% -
HSV(B) 297.35º 0.85% 0.52% -
XYZ 13.39 6.78 22.79 -
YUV 65.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 128 20 133 0.04 0.85 0 0.48 297.35 0.74 0.3
Hex 80 14 85 4 55 0 30 129 4A 1E
Octal 200 24 205 4 125 0 60 451 112 36
Binary 10000000 10100 10000101 100 1010101 0 110000 100101001 1001010 11110

Color Harmonies of #801485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801485

Black with #801485

Text Example


Text Example

White with #801485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801485; }

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

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

background-color css

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

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

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

border-color css

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

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

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