#85297A

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

Shades of Dark Purple #85297A

Tints of Dark Purple #85297A

Color information

#85297A (or 0x85297A) is unknown color: approx Dark Purple. HEX triplet: 85, 29 and 7A. RGB value is (133,41,122). Sum of RGB (Red+Green+Blue) = 133+41+122=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85297A is #7AD685. Grayscale: #4D4D4D. Windows color (decimal): -8050310 or 8006021. OLE color: 8006021.

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

Color convert

RGB13341122-
CMYK00.690.080.48
HSL307.17º52.87%34.12%-
HSV(B)307.17º69.17%52.16%-
XYZ13.987.9819.22-
YUV77.74152.98167.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 41 (16.41% from 255) = 13.85%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=44.93%
G=13.85%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334112200.690.080.48307.1752.8734.12
Hex85297A0458301333522
Octal20551172010510604636542
Binary100001011010011111010010001011000110000100110011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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