#56145B

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

Shades of Hot Purple #56145B

Tints of Hot Purple #56145B

Color information

#56145B (or 0x56145B) is unknown color: approx Hot Purple. HEX triplet: 56, 14 and 5B. RGB value is (86,20,91). Sum of RGB (Red+Green+Blue) = 86+20+91=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #56145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56145B is #A9EBA4. Grayscale: #2F2F2F. Windows color (decimal): -11135909 or 5968982. OLE color: 5968982.

HSL color Cylindrical-coordinate representation of color #56145B: hue angle of 295.77º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56145B is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB862091-
CMYK0.050.7800.64
HSL295.77º63.96%21.76%-
HSV(B)295.77º78.02%35.69%-
XYZ5.983.2310.21-
YUV47.83152.37155.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=43.65%
G=10.15%
B=46.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8620910.050.7800.64295.7763.9621.76
Hex56145B54E0401284016
Octal126241335116010045010026
Binary1010110101001011011101100111001000000100101000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56145B; }

 p { color: rgb(86,20,91); }

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

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

 a { background-color: rgb(86,20,91); }

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

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

 span { border-color: rgb(86,20,91); }

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