#853478

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

Shades of Dark Purple #853478

Tints of Dark Purple #853478

Color information

#853478 (or 0x853478) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 78. RGB value is (133,52,120). Sum of RGB (Red+Green+Blue) = 133+52+120=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #853478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853478 is #7ACB87. Grayscale: #535353. Windows color (decimal): -8047496 or 7877765. OLE color: 7877765.

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

Color convert

RGB13352120-
CMYK00.610.100.48
HSL309.63º43.78%36.27%-
HSV(B)309.63º60.9%52.16%-
XYZ14.298.818.71-
YUV83.97148.34162.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=43.61%
G=17.05%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335212000.610.100.48309.6343.7836.27
Hex85347803DA301362c24
Octal2056417007512604665444
Binary10000101110100111100001111011010110000100110110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853478; }

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

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

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

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

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

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

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

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