#853672

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

Shades of Dark Purple #853672

Tints of Dark Purple #853672

Color information

#853672 (or 0x853672) is unknown color: approx Dark Purple. HEX triplet: 85, 36 and 72. RGB value is (133,54,114). Sum of RGB (Red+Green+Blue) = 133+54+114=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #853672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853672 is #7AC98D. Grayscale: #545454. Windows color (decimal): -8046990 or 7485061. OLE color: 7485061.

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

Color convert

RGB13354114-
CMYK00.590.140.48
HSL314.43º42.25%36.67%-
HSV(B)314.43º59.4%52.16%-
XYZ14.038.8416.89-
YUV84.46144.67162.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=44.19%
G=17.94%
B=37.87%

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
Decimal1335411400.590.140.48314.4342.2536.67
Hex85367203BE3013a2a25
Octal2056616207316604725245
Binary10000101110110111001001110111110110000100111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853672; }

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

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

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

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

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

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

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

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