#56185A

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

Shades of Hot Purple #56185A

Tints of Hot Purple #56185A

Color information

#56185A (or 0x56185A) is unknown color: approx Hot Purple. HEX triplet: 56, 18 and 5A. RGB value is (86,24,90). Sum of RGB (Red+Green+Blue) = 86+24+90=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #56185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56185A is #A9E7A5. Grayscale: #313131. Windows color (decimal): -11134886 or 5904470. OLE color: 5904470.

HSL color Cylindrical-coordinate representation of color #56185A: hue angle of 296.36º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56185A is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB862490-
CMYK0.040.7300.65
HSL296.36º57.89%22.35%-
HSV(B)296.36º73.33%35.29%-
XYZ6.013.3710.01-
YUV50.06150.54153.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 90 (35.55% from 255) = 45%
R=43%
G=12%
B=45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8624900.040.7300.65296.3657.8922.35
Hex56185A4490411283a16
Octal12630132411101014507226
Binary101011011000101101010010010010100000110010100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56185A; }

 p { color: rgb(86,24,90); }

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

<style>
 a { background-color: #56185A; }

 a { background-color: rgb(86,24,90); }

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

<style>
 span { border-color: #56185A; }

 span { border-color: rgb(86,24,90); }

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