#85347C

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

Shades of Dark Purple #85347C

Tints of Dark Purple #85347C

Color information

#85347C (or 0x85347C) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 7C. RGB value is (133,52,124). Sum of RGB (Red+Green+Blue) = 133+52+124=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85347C is #7ACB83. Grayscale: #545454. Windows color (decimal): -8047492 or 8139909. OLE color: 8139909.

HSL color Cylindrical-coordinate representation of color #85347C: hue angle of 306.67º 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 #85347C is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13352124-
CMYK00.610.070.48
HSL306.67º43.78%36.27%-
HSV(B)306.67º60.9%52.16%-
XYZ14.548.920.02-
YUV84.43150.34162.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=43.04%
G=16.83%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335212400.610.070.48306.6743.7836.27
Hex85347C03D7301332c24
Octal205641740757604635444
Binary1000010111010011111000111101111110000100110011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85347C; }

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

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

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

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

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

<style>
 span { border-color: #85347C; }

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

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