#854274

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

Shades of Dark Purple #854274

Tints of Dark Purple #854274

Color information

#854274 (or 0x854274) is unknown color: approx Dark Purple. HEX triplet: 85, 42 and 74. RGB value is (133,66,116). Sum of RGB (Red+Green+Blue) = 133+66+116=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854274 is #7ABD8B. Grayscale: #5B5B5B. Windows color (decimal): -8043916 or 7619205. OLE color: 7619205.

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

Color convert

RGB13366116-
CMYK00.500.130.48
HSL315.22º33.67%39.02%-
HSV(B)315.22º50.38%52.16%-
XYZ14.7710.1417.7-
YUV91.73141.7157.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=42.22%
G=20.95%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336611600.500.130.48315.2233.6739.02
Hex854274032D3013b2227
Octal20510216406215604734247
Binary100001011000010111010001100101101110000100111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854274; }

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

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

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

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

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

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

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

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