Html Css Color HEX #801282 Purple

📋 copy color: '#801282'

red 128 ◦ green 18 ◦ blue 130

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

Shades of Purple #801282

Tints of Purple #801282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 46.38%
G = 6.52%
B = 47.1%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#801282 (or 0x801282) is known color: Purple. HEX triplet: 80, 12 and 82. RGB value is (128,18,130). Sum of RGB (Red+Green+Blue) = 128+18+130=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #801282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801282 is #7FED7D. Grayscale: #3F3F3F. Windows color (decimal): -8383870 or 8524416. OLE color: 8524416.

HSL color Cylindrical-coordinate representation of color #801282: hue angle of 298.93º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801282 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 18 130 -
CMYK 0.02 0.86 0 0.49
HSL 298.93º 0.76% 0.29% -
HSV(B) 298.93º 0.86% 0.51% -
XYZ 13.15 6.63 21.71 -
YUV 63.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 128 18 130 0.02 0.86 0 0.49 298.93 0.76 0.29
Hex 80 12 82 2 56 0 31 12B 4C 1D
Octal 200 22 202 2 126 0 61 453 114 35
Binary 10000000 10010 10000010 10 1010110 0 110001 100101011 1001100 11101

Color Harmonies of #801282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801282

Black with #801282

Text Example


Text Example

White with #801282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801282; }

 p { color: rgb(128,18,130); }

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

background-color css

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

 a { background-color: rgb(128,18,130); }

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

border-color css

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

 span { border-color: rgb(128,18,130); }

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