#853179

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

Shades of Dark Purple #853179

Tints of Dark Purple #853179

Color information

#853179 (or 0x853179) is unknown color: approx Dark Purple. HEX triplet: 85, 31 and 79. RGB value is (133,49,121). Sum of RGB (Red+Green+Blue) = 133+49+121=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #853179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853179 is #7ACE86. Grayscale: #525252. Windows color (decimal): -8048263 or 7942533. OLE color: 7942533.

HSL color Cylindrical-coordinate representation of color #853179: hue angle of 308.57º 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 #853179 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13349121-
CMYK00.630.090.48
HSL308.57º46.15%35.69%-
HSV(B)308.57º63.16%52.16%-
XYZ14.228.5618.99-
YUV82.32149.83164.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 49 (19.53% from 255) = 16.17%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=43.89%
G=16.17%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334912100.630.090.48308.5746.1535.69
Hex85317903F9301352e24
Octal2056117107711604655644
Binary10000101110001111100101111111001110000100110101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853179; }

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

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

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

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

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

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

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

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