#812565

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

Shades of Dark Purple #812565

Tints of Dark Purple #812565

Color information

#812565 (or 0x812565) is unknown color: approx Dark Purple. HEX triplet: 81, 25 and 65. RGB value is (129,37,101). Sum of RGB (Red+Green+Blue) = 129+37+101=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #812565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812565 is #7EDA9A. Grayscale: #474747. Windows color (decimal): -8313499 or 6628737. OLE color: 6628737.

HSL color Cylindrical-coordinate representation of color #812565: hue angle of 318.26º degrees, saturation: 0.55, 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 #812565 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12937101-
CMYK00.710.220.49
HSL318.26º55.42%32.55%-
HSV(B)318.26º71.32%50.59%-
XYZ12.066.9313.01-
YUV71.8144.48168.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=48.31%
G=13.86%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293710100.710.220.49318.2655.4232.55
Hex812565047163113e3721
Octal20145145010726614766741
Binary1000000110010111001010100011110110110001100111110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812565; }

 p { color: rgb(129,37,101); }

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

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

 a { background-color: rgb(129,37,101); }

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

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

 span { border-color: rgb(129,37,101); }

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