#85377a

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

Shades of Dark Purple #85377A

Tints of Dark Purple #85377A

Color information

#85377A (or 0x85377A) is unknown color: approx Dark Purple. HEX triplet: 85, 37 and 7A. RGB value is (133,55,122). Sum of RGB (Red+Green+Blue) = 133+55+122=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85377A is #7AC885. Grayscale: #555555. Windows color (decimal): -8046726 or 8009605. OLE color: 8009605.

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

Color convert

RGB13355122-
CMYK00.590.080.48
HSL308.46º41.49%36.86%-
HSV(B)308.46º58.65%52.16%-
XYZ14.559.1219.41-
YUV85.96148.34161.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 55 (21.88% from 255) = 17.74%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=42.90%
G=17.74%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335512200.590.080.48308.4641.4936.86
Hex85377A03B8301342925
Octal2056717207310604645145
Binary10000101110111111101001110111000110000100110100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85377a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85377a; }

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

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

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

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

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

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

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

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