#85227C

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

Shades of Dark Purple #85227C

Tints of Dark Purple #85227C

Color information

#85227C (or 0x85227C) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 7C. RGB value is (133,34,124). Sum of RGB (Red+Green+Blue) = 133+34+124=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85227C is #7ADD83. Grayscale: #494949. Windows color (decimal): -8052100 or 8135301. OLE color: 8135301.

HSL color Cylindrical-coordinate representation of color #85227C: hue angle of 305.45º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85227C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13334124-
CMYK00.740.070.48
HSL305.45º59.28%32.75%-
HSV(B)305.45º74.44%52.16%-
XYZ13.887.5919.8-
YUV73.86156.3170.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=45.70%
G=11.68%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333412400.740.070.48305.4559.2832.75
Hex85227C04A7301313b21
Octal2054217401127604617341
Binary10000101100010111110001001010111110000100110001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85227C; }

 p { color: rgb(133,34,124); }

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

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

 a { background-color: rgb(133,34,124); }

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

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

 span { border-color: rgb(133,34,124); }

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