#85347B

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

Shades of Dark Purple #85347B

Tints of Dark Purple #85347B

Color information

#85347B (or 0x85347B) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 7B. RGB value is (133,52,123). Sum of RGB (Red+Green+Blue) = 133+52+123=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85347B is #7ACB84. Grayscale: #545454. Windows color (decimal): -8047493 or 8074373. OLE color: 8074373.

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

Color convert

RGB13352123-
CMYK00.610.080.48
HSL307.41º43.78%36.27%-
HSV(B)307.41º60.9%52.16%-
XYZ14.488.8719.69-
YUV84.31149.84162.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=43.18%
G=16.88%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335212300.610.080.48307.4143.7836.27
Hex85347B03D8301332c24
Octal2056417307510604635444
Binary10000101110100111101101111011000110000100110011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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