#56385B

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

Shades of Hot Purple #56385B

Tints of Hot Purple #56385B

Color information

#56385B (or 0x56385B) is unknown color: approx Hot Purple. HEX triplet: 56, 38 and 5B. RGB value is (86,56,91). Sum of RGB (Red+Green+Blue) = 86+56+91=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #56385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56385B is #A9C7A4. Grayscale: #444444. Windows color (decimal): -11126693 or 5978198. OLE color: 5978198.

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

Color convert

RGB865691-
CMYK0.050.3800.64
HSL291.43º23.81%28.82%-
HSV(B)291.43º38.46%35.69%-
XYZ7.145.5610.59-
YUV68.96140.44140.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=36.91%
G=24.03%
B=39.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8656910.050.3800.64291.4323.8128.82
Hex56385B526040123181d
Octal1267013354601004433035
Binary10101101110001011011101100110010000001001000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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