#852364

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

Shades of Dark Purple #852364

Tints of Dark Purple #852364

Color information

#852364 (or 0x852364) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 64. RGB value is (133,35,100). Sum of RGB (Red+Green+Blue) = 133+35+100=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852364 is #7ADC9B. Grayscale: #474747. Windows color (decimal): -8051868 or 6562693. OLE color: 6562693.

HSL color Cylindrical-coordinate representation of color #852364: hue angle of 320.2º 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 #852364 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13335100-
CMYK00.740.250.48
HSL320.2º58.33%32.94%-
HSV(B)320.2º73.68%52.16%-
XYZ12.577.1112.77-
YUV71.71143.97171.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=49.63%
G=13.06%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333510000.740.250.48320.258.3332.94
Hex85236404A19301403a21
Octal20543144011231605007241
Binary1000010110001111001000100101011001110000101000000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852364; }

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

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

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

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

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

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

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

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