#853978

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

Shades of Dark Purple #853978

Tints of Dark Purple #853978

Color information

#853978 (or 0x853978) is unknown color: approx Dark Purple. HEX triplet: 85, 39 and 78. RGB value is (133,57,120). Sum of RGB (Red+Green+Blue) = 133+57+120=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #853978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853978 is #7AC687. Grayscale: #565656. Windows color (decimal): -8046216 or 7879045. OLE color: 7879045.

HSL color Cylindrical-coordinate representation of color #853978: hue angle of 310.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853978 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13357120-
CMYK00.570.100.48
HSL310.26º40%37.25%-
HSV(B)310.26º57.14%52.16%-
XYZ14.539.2718.79-
YUV86.91146.68160.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=42.90%
G=18.39%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335712000.570.100.48310.264037.25
Hex853978039A301362825
Octal2057117007112604665045
Binary10000101111001111100001110011010110000100110110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853978; }

 p { color: rgb(133,57,120); }

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

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

 a { background-color: rgb(133,57,120); }

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

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

 span { border-color: rgb(133,57,120); }

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