#851760

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

Shades of Dark Purple #851760

Tints of Dark Purple #851760

Color information

#851760 (or 0x851760) is unknown color: approx Dark Purple. HEX triplet: 85, 17 and 60. RGB value is (133,23,96). Sum of RGB (Red+Green+Blue) = 133+23+96=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #851760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851760 is #7AE89F. Grayscale: #404040. Windows color (decimal): -8054944 or 6297477. OLE color: 6297477.

HSL color Cylindrical-coordinate representation of color #851760: hue angle of 320.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851760 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1332396-
CMYK00.830.280.48
HSL320.18º70.51%30.59%-
HSV(B)320.18º82.71%52.16%-
XYZ12.096.4411.67-
YUV64.21145.94177.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=52.78%
G=9.13%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133239600.830.280.48320.1870.5130.59
Hex8517600531C30140471f
Octal205271400123346050010737
Binary100001011011111000000101001111100110000101000000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851760; }

 p { color: rgb(133,23,96); }

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

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

 a { background-color: rgb(133,23,96); }

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

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

 span { border-color: rgb(133,23,96); }

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