#853675

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

Shades of Dark Purple #853675

Tints of Dark Purple #853675

Color information

#853675 (or 0x853675) is unknown color: approx Dark Purple. HEX triplet: 85, 36 and 75. RGB value is (133,54,117). Sum of RGB (Red+Green+Blue) = 133+54+117=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853675 is #7AC98A. Grayscale: #545454. Windows color (decimal): -8046987 or 7681669. OLE color: 7681669.

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

Color convert

RGB13354117-
CMYK00.590.120.48
HSL312.15º42.25%36.67%-
HSV(B)312.15º59.4%52.16%-
XYZ14.28.9117.8-
YUV84.8146.17162.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=43.75%
G=17.76%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335411700.590.120.48312.1542.2536.67
Hex85367503BC301382a25
Octal2056616507314604705245
Binary10000101110110111010101110111100110000100111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853675; }

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

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

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

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

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

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

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

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