#812262

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

Shades of Dark Purple #812262

Tints of Dark Purple #812262

Color information

#812262 (or 0x812262) is unknown color: approx Dark Purple. HEX triplet: 81, 22 and 62. RGB value is (129,34,98). Sum of RGB (Red+Green+Blue) = 129+34+98=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #812262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812262 is #7EDD9D. Grayscale: #454545. Windows color (decimal): -8314270 or 6431361. OLE color: 6431361.

HSL color Cylindrical-coordinate representation of color #812262: hue angle of 319.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812262 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB1293498-
CMYK00.740.240.49
HSL319.58º58.28%31.96%-
HSV(B)319.58º73.64%50.59%-
XYZ11.836.6912.22-
YUV69.7143.97170.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=49.43%
G=13.03%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129349800.740.240.49319.5858.2831.96
Hex81226204A18311403a20
Octal20142142011230615007240
Binary1000000110001011000100100101011000110001101000000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812262; }

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

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

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

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

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

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

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

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