#810484

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

Shades of Purple #810484

Tints of Purple #810484

Color information

#810484 (or 0x810484) is unknown color: approx Purple. HEX triplet: 81, 04 and 84. RGB value is (129,4,132). Sum of RGB (Red+Green+Blue) = 129+4+132=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #810484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810484 is #7EFB7B. Grayscale: #373737. Windows color (decimal): -8321916 or 8651905. OLE color: 8651905.

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

Color convert

RGB1294132-
CMYK0.020.9700.48
HSL298.59º94.12%26.67%-
HSV(B)298.59º96.97%51.76%-
XYZ13.266.4222.37-
YUV55.97170.91180.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=48.68%
G=1.51%
B=49.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12941320.020.9700.48298.5994.1226.67
Hex8148426103012b5e1b
Octal2014204214106045313633
Binary10000001100100001001011000010110000100101011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810484; }

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

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

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

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

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

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

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

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