#56365D

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

Shades of Hot Purple #56365D

Tints of Hot Purple #56365D

Color information

#56365D (or 0x56365D) is unknown color: approx Hot Purple. HEX triplet: 56, 36 and 5D. RGB value is (86,54,93). Sum of RGB (Red+Green+Blue) = 86+54+93=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #56365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56365D is #A9C9A2. Grayscale: #434343. Windows color (decimal): -11127203 or 6108758. OLE color: 6108758.

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

Color convert

RGB865493-
CMYK0.080.4200.64
HSL289.23º26.53%28.82%-
HSV(B)289.23º41.94%36.47%-
XYZ7.135.4111.02-
YUV68.01142.1140.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=36.91%
G=23.18%
B=39.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8654930.080.4200.64289.2326.5328.82
Hex56365D82A0401211b1d
Octal12666135105201004413335
Binary101011011011010111011000101010010000001001000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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