#85346B

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

Shades of Dark Purple #85346B

Tints of Dark Purple #85346B

Color information

#85346B (or 0x85346B) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 6B. RGB value is (133,52,107). Sum of RGB (Red+Green+Blue) = 133+52+107=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85346B is #7ACB94. Grayscale: #525252. Windows color (decimal): -8047509 or 7025797. OLE color: 7025797.

HSL color Cylindrical-coordinate representation of color #85346B: hue angle of 319.26º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85346B is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13352107-
CMYK00.610.200.48
HSL319.26º43.78%36.27%-
HSV(B)319.26º60.9%52.16%-
XYZ13.558.514.84-
YUV82.49141.84164.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=45.55%
G=17.81%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335210700.610.200.48319.2643.7836.27
Hex85346B03D143013f2c24
Octal2056415307524604775444
Binary100001011101001101011011110110100110000100111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,52,107); }

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

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

 a { background-color: rgb(133,52,107); }

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

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

 span { border-color: rgb(133,52,107); }

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