#85347D

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

Shades of Dark Purple #85347D

Tints of Dark Purple #85347D

Color information

#85347D (or 0x85347D) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 7D. RGB value is (133,52,125). Sum of RGB (Red+Green+Blue) = 133+52+125=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85347D is #7ACB82. Grayscale: #545454. Windows color (decimal): -8047491 or 8205445. OLE color: 8205445.

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

Color convert

RGB13352125-
CMYK00.610.060.48
HSL305.93º43.78%36.27%-
HSV(B)305.93º60.9%52.16%-
XYZ14.68.9220.35-
YUV84.54150.84162.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=42.90%
G=16.77%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335212500.610.060.48305.9343.7836.27
Hex85347D03D6301322c24
Octal205641750756604625444
Binary1000010111010011111010111101110110000100110010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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