#85227A

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

Shades of Dark Purple #85227A

Tints of Dark Purple #85227A

Color information

#85227A (or 0x85227A) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 7A. RGB value is (133,34,122). Sum of RGB (Red+Green+Blue) = 133+34+122=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85227A is #7ADD85. Grayscale: #494949. Windows color (decimal): -8052102 or 8004229. OLE color: 8004229.

HSL color Cylindrical-coordinate representation of color #85227A: hue angle of 306.67º 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 #85227A is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13334122-
CMYK00.740.080.48
HSL306.67º59.28%32.75%-
HSV(B)306.67º74.44%52.16%-
XYZ13.767.5419.14-
YUV73.63155.3170.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 122 (48.05% from 255) = 42.21%
R=46.02%
G=11.76%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333412200.740.080.48306.6759.2832.75
Hex85227A04A8301333b21
Octal20542172011210604637341
Binary100001011000101111010010010101000110000100110011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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