#812585

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

Shades of Dark Purple #812585

Tints of Dark Purple #812585

Color information

#812585 (or 0x812585) is unknown color: approx Dark Purple. HEX triplet: 81, 25 and 85. RGB value is (129,37,133). Sum of RGB (Red+Green+Blue) = 129+37+133=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #812585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812585 is #7EDA7A. Grayscale: #4B4B4B. Windows color (decimal): -8313467 or 8725889. OLE color: 8725889.

HSL color Cylindrical-coordinate representation of color #812585: hue angle of 297.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812585 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12937133-
CMYK0.030.7200.48
HSL297.5º56.47%33.33%-
HSV(B)297.5º72.18%52.16%-
XYZ13.957.6822.94-
YUV75.45160.48166.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=43.14%
G=12.37%
B=44.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129371330.030.7200.48297.556.4733.33
Hex81258534803012a3821
Octal2014520531100604527041
Binary10000001100101100001011110010000110000100101010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812585; }

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

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

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

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

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

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

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

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