#853474

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

Shades of Dark Purple #853474

Tints of Dark Purple #853474

Color information

#853474 (or 0x853474) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 74. RGB value is (133,52,116). Sum of RGB (Red+Green+Blue) = 133+52+116=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #853474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853474 is #7ACB8B. Grayscale: #535353. Windows color (decimal): -8047500 or 7615621. OLE color: 7615621.

HSL color Cylindrical-coordinate representation of color #853474: hue angle of 312.59º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853474 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13352116-
CMYK00.610.130.48
HSL312.59º43.78%36.27%-
HSV(B)312.59º60.9%52.16%-
XYZ14.058.717.46-
YUV83.52146.34163.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=44.19%
G=17.28%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335211600.610.130.48312.5943.7836.27
Hex85347403DD301392c24
Octal2056416407515604715444
Binary10000101110100111010001111011101110000100111001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853474; }

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

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

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

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

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

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

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

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