#85057B

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

Shades of Purple #85057B

Tints of Purple #85057B

Color information

#85057B (or 0x85057B) is unknown color: approx Purple. HEX triplet: 85, 05 and 7B. RGB value is (133,5,123). Sum of RGB (Red+Green+Blue) = 133+5+123=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85057B is #7AFA84. Grayscale: #383838. Windows color (decimal): -8059525 or 8062341. OLE color: 8062341.

HSL color Cylindrical-coordinate representation of color #85057B: hue angle of 304.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85057B is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB1335123-
CMYK00.960.080.48
HSL304.69º92.75%27.06%-
HSV(B)304.69º96.24%52.16%-
XYZ13.36.5319.3-
YUV56.72165.41182.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=50.96%
G=1.92%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133512300.960.080.48304.6992.7527.06
Hex8557B0608301315d1b
Octal20551730140106046113533
Binary100001011011111011011000001000110000100110001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85057B; }

 p { color: rgb(133,5,123); }

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

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

 a { background-color: rgb(133,5,123); }

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

<style>
 span { border-color: #85057B; }

 span { border-color: rgb(133,5,123); }

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