#85317A

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

Shades of Dark Purple #85317A

Tints of Dark Purple #85317A

Color information

#85317A (or 0x85317A) is unknown color: approx Dark Purple. HEX triplet: 85, 31 and 7A. RGB value is (133,49,122). Sum of RGB (Red+Green+Blue) = 133+49+122=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #85317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85317A is #7ACE85. Grayscale: #525252. Windows color (decimal): -8048262 or 8008069. OLE color: 8008069.

HSL color Cylindrical-coordinate representation of color #85317A: hue angle of 307.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85317A is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13349122-
CMYK00.630.080.48
HSL307.86º46.15%35.69%-
HSV(B)307.86º63.16%52.16%-
XYZ14.288.5919.32-
YUV82.44150.33164.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=43.75%
G=16.12%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334912200.630.080.48307.8646.1535.69
Hex85317A03F8301342e24
Octal2056117207710604645644
Binary10000101110001111101001111111000110000100110100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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