#853679

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

Shades of Dark Purple #853679

Tints of Dark Purple #853679

Color information

#853679 (or 0x853679) is unknown color: approx Dark Purple. HEX triplet: 85, 36 and 79. RGB value is (133,54,121). Sum of RGB (Red+Green+Blue) = 133+54+121=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #853679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853679 is #7AC986. Grayscale: #555555. Windows color (decimal): -8046983 or 7943813. OLE color: 7943813.

HSL color Cylindrical-coordinate representation of color #853679: hue angle of 309.11º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853679 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13354121-
CMYK00.590.090.48
HSL309.11º42.25%36.67%-
HSV(B)309.11º59.4%52.16%-
XYZ14.449.0119.07-
YUV85.26148.17162.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=43.18%
G=17.53%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335412100.590.090.48309.1142.2536.67
Hex85367903B9301352a25
Octal2056617107311604655245
Binary10000101110110111100101110111001110000100110101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853679; }

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

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

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

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

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

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

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

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