#56305B

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

Shades of Hot Purple #56305B

Tints of Hot Purple #56305B

Color information

#56305B (or 0x56305B) is unknown color: approx Hot Purple. HEX triplet: 56, 30 and 5B. RGB value is (86,48,91). Sum of RGB (Red+Green+Blue) = 86+48+91=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #56305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56305B is #A9CFA4. Grayscale: #404040. Windows color (decimal): -11128741 or 5976150. OLE color: 5976150.

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

Color convert

RGB864891-
CMYK0.050.4700.64
HSL293.02º30.94%27.25%-
HSV(B)293.02º47.25%35.69%-
XYZ6.784.8510.48-
YUV64.26143.09143.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=38.22%
G=21.33%
B=40.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8648910.050.4700.64293.0230.9427.25
Hex56305B52F0401251f1b
Octal1266013355701004453733
Binary10101101100001011011101101111010000001001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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