#812263

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

Shades of Dark Purple #812263

Tints of Dark Purple #812263

Color information

#812263 (or 0x812263) is unknown color: approx Dark Purple. HEX triplet: 81, 22 and 63. RGB value is (129,34,99). Sum of RGB (Red+Green+Blue) = 129+34+99=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #812263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812263 is #7EDD9C. Grayscale: #454545. Windows color (decimal): -8314269 or 6496897. OLE color: 6496897.

HSL color Cylindrical-coordinate representation of color #812263: hue angle of 318.95º 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 #812263 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB1293499-
CMYK00.740.230.49
HSL318.95º58.28%31.96%-
HSV(B)318.95º73.64%50.59%-
XYZ11.886.7112.47-
YUV69.82144.47170.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=49.24%
G=12.98%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129349900.740.230.49318.9558.2831.96
Hex81226304A173113f3a20
Octal20142143011227614777240
Binary1000000110001011000110100101010111110001100111111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812263; }

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

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

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

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

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

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

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

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