#853772

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

Shades of Dark Purple #853772

Tints of Dark Purple #853772

Color information

#853772 (or 0x853772) is unknown color: approx Dark Purple. HEX triplet: 85, 37 and 72. RGB value is (133,55,114). Sum of RGB (Red+Green+Blue) = 133+55+114=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #853772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853772 is #7AC88D. Grayscale: #545454. Windows color (decimal): -8046734 or 7485317. OLE color: 7485317.

HSL color Cylindrical-coordinate representation of color #853772: hue angle of 314.62º degrees, saturation: 0.41, 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 #853772 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13355114-
CMYK00.590.140.48
HSL314.62º41.49%36.86%-
HSV(B)314.62º58.65%52.16%-
XYZ14.088.9316.9-
YUV85.05144.34162.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=44.04%
G=18.21%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335511400.590.140.48314.6241.4936.86
Hex85377203BE3013b2925
Octal2056716207316604735145
Binary10000101110111111001001110111110110000100111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853772; }

 p { color: rgb(133,55,114); }

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

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

 a { background-color: rgb(133,55,114); }

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

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

 span { border-color: rgb(133,55,114); }

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