#853370

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

Shades of Dark Purple #853370

Tints of Dark Purple #853370

Color information

#853370 (or 0x853370) is unknown color: approx Dark Purple. HEX triplet: 85, 33 and 70. RGB value is (133,51,112). Sum of RGB (Red+Green+Blue) = 133+51+112=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #853370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853370 is #7ACC8F. Grayscale: #525252. Windows color (decimal): -8047760 or 7353221. OLE color: 7353221.

HSL color Cylindrical-coordinate representation of color #853370: hue angle of 315.37º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853370 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13351112-
CMYK00.620.160.48
HSL315.37º44.57%36.08%-
HSV(B)315.37º61.65%52.16%-
XYZ13.788.5216.25-
YUV82.47144.67164.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=44.93%
G=17.23%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335111200.620.160.48315.3744.5736.08
Hex85337003E103013b2d24
Octal2056316007620604735544
Binary100001011100111110000011111010000110000100111011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853370; }

 p { color: rgb(133,51,112); }

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

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

 a { background-color: rgb(133,51,112); }

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

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

 span { border-color: rgb(133,51,112); }

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