#851580

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

Shades of Dark Purple #851580

Tints of Dark Purple #851580

Color information

#851580 (or 0x851580) is unknown color: approx Dark Purple. HEX triplet: 85, 15 and 80. RGB value is (133,21,128). Sum of RGB (Red+Green+Blue) = 133+21+128=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #851580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851580 is #7AEA7F. Grayscale: #424242. Windows color (decimal): -8055424 or 8394117. OLE color: 8394117.

HSL color Cylindrical-coordinate representation of color #851580: hue angle of 302.68º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851580 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13321128-
CMYK00.840.040.48
HSL302.68º72.73%30.2%-
HSV(B)302.68º84.21%52.16%-
XYZ13.847.0821.06-
YUV66.69162.61175.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 21 (8.59% from 255) = 7.45%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=47.16%
G=7.45%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332112800.840.040.48302.6872.7330.2
Hex85158005443012f491e
Octal20525200012446045711136
Binary10000101101011000000001010100100110000100101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851580; }

 p { color: rgb(133,21,128); }

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

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

 a { background-color: rgb(133,21,128); }

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

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

 span { border-color: rgb(133,21,128); }

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