#853673

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

Shades of Dark Purple #853673

Tints of Dark Purple #853673

Color information

#853673 (or 0x853673) is unknown color: approx Dark Purple. HEX triplet: 85, 36 and 73. RGB value is (133,54,115). Sum of RGB (Red+Green+Blue) = 133+54+115=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #853673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853673 is #7AC98C. Grayscale: #545454. Windows color (decimal): -8046989 or 7550597. OLE color: 7550597.

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

Color convert

RGB13354115-
CMYK00.590.140.48
HSL313.67º42.25%36.67%-
HSV(B)313.67º59.4%52.16%-
XYZ14.098.8617.19-
YUV84.57145.17162.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=44.04%
G=17.88%
B=38.08%

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
Decimal1335411500.590.140.48313.6742.2536.67
Hex85367303BE3013a2a25
Octal2056616307316604725245
Binary10000101110110111001101110111110110000100111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853673; }

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

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

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

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

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

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

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

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