#852978

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

Shades of Dark Purple #852978

Tints of Dark Purple #852978

Color information

#852978 (or 0x852978) is unknown color: approx Dark Purple. HEX triplet: 85, 29 and 78. RGB value is (133,41,120). Sum of RGB (Red+Green+Blue) = 133+41+120=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #852978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852978 is #7AD687. Grayscale: #4D4D4D. Windows color (decimal): -8050312 or 7874949. OLE color: 7874949.

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

Color convert

RGB13341120-
CMYK00.690.100.48
HSL308.48º52.87%34.12%-
HSV(B)308.48º69.17%52.16%-
XYZ13.867.9318.57-
YUV77.51151.98167.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=45.24%
G=13.95%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334112000.690.100.48308.4852.8734.12
Hex852978045A301343522
Octal20551170010512604646542
Binary100001011010011111000010001011010110000100110100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852978; }

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

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

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

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

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

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

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

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