#56385D

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

Shades of Hot Purple #56385D

Tints of Hot Purple #56385D

Color information

#56385D (or 0x56385D) is unknown color: approx Hot Purple. HEX triplet: 56, 38 and 5D. RGB value is (86,56,93). Sum of RGB (Red+Green+Blue) = 86+56+93=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #56385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56385D is #A9C7A2. Grayscale: #454545. Windows color (decimal): -11126691 or 6109270. OLE color: 6109270.

HSL color Cylindrical-coordinate representation of color #56385D: hue angle of 288.65º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56385D is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB865693-
CMYK0.080.4000.64
HSL288.65º24.83%29.22%-
HSV(B)288.65º39.78%36.47%-
XYZ7.235.611.06-
YUV69.19141.44139.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=36.60%
G=23.83%
B=39.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8656930.080.4000.64288.6524.8329.22
Hex56385D828040121191d
Octal12670135105001004413135
Binary101011011100010111011000101000010000001001000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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