#56305D

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

Shades of Hot Purple #56305D

Tints of Hot Purple #56305D

Color information

#56305D (or 0x56305D) is unknown color: approx Hot Purple. HEX triplet: 56, 30 and 5D. RGB value is (86,48,93). Sum of RGB (Red+Green+Blue) = 86+48+93=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #56305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56305D is #A9CFA2. Grayscale: #404040. Windows color (decimal): -11128739 or 6107222. OLE color: 6107222.

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

Color convert

RGB864893-
CMYK0.080.4800.64
HSL290.67º31.91%27.65%-
HSV(B)290.67º48.39%36.47%-
XYZ6.874.8810.94-
YUV64.49144.09143.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=37.89%
G=21.15%
B=40.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8648930.080.4800.64290.6731.9127.65
Hex56305D830040123201c
Octal12660135106001004434034
Binary1010110110000101110110001100000100000010010001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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