#85257B

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

Shades of Dark Purple #85257B

Tints of Dark Purple #85257B

Color information

#85257B (or 0x85257B) is unknown color: approx Dark Purple. HEX triplet: 85, 25 and 7B. RGB value is (133,37,123). Sum of RGB (Red+Green+Blue) = 133+37+123=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85257B is #7ADA84. Grayscale: #4B4B4B. Windows color (decimal): -8051333 or 8070533. OLE color: 8070533.

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

Color convert

RGB13337123-
CMYK00.720.080.48
HSL306.25º56.47%33.33%-
HSV(B)306.25º72.18%52.16%-
XYZ13.917.7419.5-
YUV75.51154.8169.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=45.39%
G=12.63%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333712300.720.080.48306.2556.4733.33
Hex85257B0488301323821
Octal20545173011010604627041
Binary100001011001011111011010010001000110000100110010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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