#85347F

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

Shades of Dark Purple #85347F

Tints of Dark Purple #85347F

Color information

#85347F (or 0x85347F) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 7F. RGB value is (133,52,127). Sum of RGB (Red+Green+Blue) = 133+52+127=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85347F is #7ACB80. Grayscale: #545454. Windows color (decimal): -8047489 or 8336517. OLE color: 8336517.

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

Color convert

RGB13352127-
CMYK00.610.050.48
HSL304.44º43.78%36.27%-
HSV(B)304.44º60.9%52.16%-
XYZ14.738.9721.03-
YUV84.77151.84162.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 127 (50% from 255) = 40.71%
R=42.63%
G=16.67%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335212700.610.050.48304.4443.7836.27
Hex85347F03D5301302c24
Octal205641770755604605444
Binary1000010111010011111110111101101110000100110000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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