#56065D

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

Shades of Hot Purple #56065D

Tints of Hot Purple #56065D

Color information

#56065D (or 0x56065D) is unknown color: approx Hot Purple. HEX triplet: 56, 06 and 5D. RGB value is (86,6,93). Sum of RGB (Red+Green+Blue) = 86+6+93=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #56065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56065D is #A9F9A2. Grayscale: #272727. Windows color (decimal): -11139491 or 6096470. OLE color: 6096470.

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

Color convert

RGB86693-
CMYK0.080.9400.64
HSL295.17º87.88%19.41%-
HSV(B)295.17º93.55%36.47%-
XYZ5.882.910.61-
YUV39.84158160.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=46.49%
G=3.24%
B=50.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal866930.080.9400.64295.1787.8819.41
Hex5665D85E0401275813
Octal126613510136010044713023
Binary101011011010111011000101111001000000100100111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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