#810288

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

Shades of Purple #810288

Tints of Purple #810288

Color information

#810288 (or 0x810288) is unknown color: approx Purple. HEX triplet: 81, 02 and 88. RGB value is (129,2,136). Sum of RGB (Red+Green+Blue) = 129+2+136=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #810288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810288 is #7EFD77. Grayscale: #363636. Windows color (decimal): -8322424 or 8913537. OLE color: 8913537.

HSL color Cylindrical-coordinate representation of color #810288: hue angle of 296.87º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810288 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1292136-
CMYK0.050.9900.47
HSL296.87º97.1%27.06%-
HSV(B)296.87º98.53%53.33%-
XYZ13.526.4923.83-
YUV55.25173.58180.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=48.31%
G=0.75%
B=50.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12921360.050.9900.47296.8797.127.06
Hex8128856302F129611b
Octal2012210514305745114133
Binary10000001101000100010111000110101111100101001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810288; }

 p { color: rgb(129,2,136); }

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

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

 a { background-color: rgb(129,2,136); }

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

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

 span { border-color: rgb(129,2,136); }

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