#85007B

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

Shades of Purple #85007B

Tints of Purple #85007B

Color information

#85007B (or 0x85007B) is unknown color: approx Purple. HEX triplet: 85, 00 and 7B. RGB value is (133,0,123). Sum of RGB (Red+Green+Blue) = 133+0+123=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85007B is #7AFF84. Grayscale: #353535. Windows color (decimal): -8060805 or 8061061. OLE color: 8061061.

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

Color convert

RGB1330123-
CMYK010.080.48
HSL304.51º100%26.08%-
HSV(B)304.51º100%52.16%-
XYZ13.256.4219.28-
YUV53.79167.06184.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=51.95%
G=0%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1330123010.080.48304.5110026.08
Hex8507B064830131641a
Octal20501730144106046114432
Binary1000010101111011011001001000110000100110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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