#821284

Color #821284 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #821284

Tints of Purple #821284

Color information

#821284 (or 0x821284) is unknown color: approx Purple. HEX triplet: 82, 12 and 84. RGB value is (130,18,132). Sum of RGB (Red+Green+Blue) = 130+18+132=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 18 (7.42% from 255 or 6.43% 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 #821284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821284 is #7DED7B. Grayscale: #404040. Windows color (decimal): -8252796 or 8655490. OLE color: 8655490.

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

Color convert

RGB13018132-
CMYK0.020.8600.48
HSL298.95º76%29.41%-
HSV(B)298.95º86.36%51.76%-
XYZ13.596.8422.43-
YUV64.48166.11174.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=46.43%
G=6.43%
B=47.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130181320.020.8600.48298.957629.41
Hex82128425603012b4c1d
Octal20222204212606045311435
Binary1000001010010100001001010101100110000100101011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821284; }

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

 H1.HeaderClassName
 {
   color: #821284;
 }
 .AnyTagClassName
 {
   color: #821284;
 }
</style>
background-color css

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

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

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

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

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

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