#853178

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

Shades of Dark Purple #853178

Tints of Dark Purple #853178

Color information

#853178 (or 0x853178) is unknown color: approx Dark Purple. HEX triplet: 85, 31 and 78. RGB value is (133,49,120). Sum of RGB (Red+Green+Blue) = 133+49+120=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #853178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853178 is #7ACE87. Grayscale: #525252. Windows color (decimal): -8048264 or 7876997. OLE color: 7876997.

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

Color convert

RGB13349120-
CMYK00.630.100.48
HSL309.29º46.15%35.69%-
HSV(B)309.29º63.16%52.16%-
XYZ14.168.5418.67-
YUV82.21149.33164.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=44.04%
G=16.23%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334912000.630.100.48309.2946.1535.69
Hex85317803FA301352e24
Octal2056117007712604655644
Binary10000101110001111100001111111010110000100110101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853178; }

 p { color: rgb(133,49,120); }

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

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

 a { background-color: rgb(133,49,120); }

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

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

 span { border-color: rgb(133,49,120); }

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