#854078

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

Shades of Dark Purple #854078

Tints of Dark Purple #854078

Color information

#854078 (or 0x854078) is unknown color: approx Dark Purple. HEX triplet: 85, 40 and 78. RGB value is (133,64,120). Sum of RGB (Red+Green+Blue) = 133+64+120=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854078 is #7ABF87. Grayscale: #5A5A5A. Windows color (decimal): -8044424 or 7880837. OLE color: 7880837.

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

Color convert

RGB13364120-
CMYK00.520.100.48
HSL311.3º35.03%38.63%-
HSV(B)311.3º51.88%52.16%-
XYZ14.910.0118.92-
YUV91.01144.36157.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=41.96%
G=20.19%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336412000.520.100.48311.335.0338.63
Hex854078034A301372327
Octal20510017006412604674347
Binary100001011000000111100001101001010110000100110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854078; }

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

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

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

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

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

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

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

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