#810084

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

Shades of Purple #810084

Tints of Purple #810084

Color information

#810084 (or 0x810084) is unknown color: approx Purple. HEX triplet: 81, 00 and 84. RGB value is (129,0,132). Sum of RGB (Red+Green+Blue) = 129+0+132=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #810084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810084 is #7EFF7B. Grayscale: #353535. Windows color (decimal): -8322940 or 8650881. OLE color: 8650881.

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

Color convert

RGB1290132-
CMYK0.02100.48
HSL298.64º100%25.88%-
HSV(B)298.64º100%51.76%-
XYZ13.226.3322.36-
YUV53.62172.24181.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=49.43%
G=0%
B=50.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12901320.02100.48298.6410025.88
Hex8108426403012b641a
Octal2010204214406045314432
Binary100000010100001001011001000110000100101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810084; }

 p { color: rgb(129,0,132); }

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

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

 a { background-color: rgb(129,0,132); }

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

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

 span { border-color: rgb(129,0,132); }

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