#812663

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

Shades of Dark Purple #812663

Tints of Dark Purple #812663

Color information

#812663 (or 0x812663) is unknown color: approx Dark Purple. HEX triplet: 81, 26 and 63. RGB value is (129,38,99). Sum of RGB (Red+Green+Blue) = 129+38+99=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #812663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812663 is #7ED99C. Grayscale: #484848. Windows color (decimal): -8313245 or 6497921. OLE color: 6497921.

HSL color Cylindrical-coordinate representation of color #812663: hue angle of 319.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812663 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB1293899-
CMYK00.710.230.49
HSL319.78º54.49%32.75%-
HSV(B)319.78º70.54%50.59%-
XYZ126.9512.51-
YUV72.16143.15168.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=48.50%
G=14.29%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129389900.710.230.49319.7854.4932.75
Hex81266304717311403621
Octal20146143010727615006641
Binary1000000110011011000110100011110111110001101000000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812663; }

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

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

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

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

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

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

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

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