#852373

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

Shades of Dark Purple #852373

Tints of Dark Purple #852373

Color information

#852373 (or 0x852373) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 73. RGB value is (133,35,115). Sum of RGB (Red+Green+Blue) = 133+35+115=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852373 is #7ADC8C. Grayscale: #494949. Windows color (decimal): -8051853 or 7545733. OLE color: 7545733.

HSL color Cylindrical-coordinate representation of color #852373: hue angle of 311.02º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852373 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13335115-
CMYK00.740.140.48
HSL311.02º58.33%32.94%-
HSV(B)311.02º73.68%52.16%-
XYZ13.377.4316.95-
YUV73.42151.47170.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 35 (14.06% from 255) = 12.37%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=47.00%
G=12.37%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333511500.740.140.48311.0258.3332.94
Hex85237304AE301373a21
Octal20543163011216604677241
Binary100001011000111110011010010101110110000100110111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852373; }

 p { color: rgb(133,35,115); }

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

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

 a { background-color: rgb(133,35,115); }

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

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

 span { border-color: rgb(133,35,115); }

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