#56325D

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

Shades of Hot Purple #56325D

Tints of Hot Purple #56325D

Color information

#56325D (or 0x56325D) is unknown color: approx Hot Purple. HEX triplet: 56, 32 and 5D. RGB value is (86,50,93). Sum of RGB (Red+Green+Blue) = 86+50+93=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #56325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56325D is #A9CDA2. Grayscale: #414141. Windows color (decimal): -11128227 or 6107734. OLE color: 6107734.

HSL color Cylindrical-coordinate representation of color #56325D: hue angle of 290.23º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56325D is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB865093-
CMYK0.080.4600.64
HSL290.23º30.07%28.04%-
HSV(B)290.23º46.24%36.47%-
XYZ6.955.0510.96-
YUV65.67143.43142.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=37.55%
G=21.83%
B=40.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8650930.080.4600.64290.2330.0728.04
Hex56325D82E0401221e1c
Octal12662135105601004423634
Binary101011011001010111011000101110010000001001000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,50,93); }

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

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

 a { background-color: rgb(86,50,93); }

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

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

 span { border-color: rgb(86,50,93); }

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