#853A74

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

Shades of Dark Purple #853A74

Tints of Dark Purple #853A74

Color information

#853A74 (or 0x853A74) is unknown color: approx Dark Purple. HEX triplet: 85, 3A and 74. RGB value is (133,58,116). Sum of RGB (Red+Green+Blue) = 133+58+116=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #853A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A74 is #7AC58B. Grayscale: #565656. Windows color (decimal): -8045964 or 7617157. OLE color: 7617157.

HSL color Cylindrical-coordinate representation of color #853A74: hue angle of 313.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A74 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13358116-
CMYK00.560.130.48
HSL313.6º39.27%37.45%-
HSV(B)313.6º56.39%52.16%-
XYZ14.349.2717.56-
YUV87.04144.35160.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 116 (45.70% from 255) = 37.79%
R=43.32%
G=18.89%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335811600.560.130.48313.639.2737.45
Hex853A74038D3013a2725
Octal2057216407015604724745
Binary10000101111010111010001110001101110000100111010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A74; }

 p { color: rgb(133,58,116); }

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

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

 a { background-color: rgb(133,58,116); }

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

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

 span { border-color: rgb(133,58,116); }

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