#812287

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

Shades of Dark Purple #812287

Tints of Dark Purple #812287

Color information

#812287 (or 0x812287) is unknown color: approx Dark Purple. HEX triplet: 81, 22 and 87. RGB value is (129,34,135). Sum of RGB (Red+Green+Blue) = 129+34+135=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #812287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812287 is #7EDD78. Grayscale: #494949. Windows color (decimal): -8314233 or 8856193. OLE color: 8856193.

HSL color Cylindrical-coordinate representation of color #812287: hue angle of 296.44º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812287 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12934135-
CMYK0.040.7500.47
HSL296.44º59.76%33.14%-
HSV(B)296.44º74.81%52.94%-
XYZ147.5623.64-
YUV73.92162.47167.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=43.29%
G=11.41%
B=45.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129341350.040.7500.47296.4459.7633.14
Hex81228744B02F1283c21
Octal2014220741130574507441
Binary100000011000101000011110010010110101111100101000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812287; }

 p { color: rgb(129,34,135); }

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

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

 a { background-color: rgb(129,34,135); }

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

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

 span { border-color: rgb(129,34,135); }

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