#56095C

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

Shades of Hot Purple #56095C

Tints of Hot Purple #56095C

Color information

#56095C (or 0x56095C) is unknown color: approx Hot Purple. HEX triplet: 56, 09 and 5C. RGB value is (86,9,92). Sum of RGB (Red+Green+Blue) = 86+9+92=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #56095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56095C is #A9F6A3. Grayscale: #292929. Windows color (decimal): -11138724 or 6031702. OLE color: 6031702.

HSL color Cylindrical-coordinate representation of color #56095C: hue angle of 295.66º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56095C is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB86992-
CMYK0.070.9000.64
HSL295.66º82.18%19.8%-
HSV(B)295.66º90.22%36.08%-
XYZ5.872.9510.38-
YUV41.48156.51159.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 92 (36.33% from 255) = 49.20%
R=45.99%
G=4.81%
B=49.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal869920.070.9000.64295.6682.1819.8
Hex5695C75A0401285214
Octal126111347132010045012224
Binary101011010011011100111101101001000000100101000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56095C; }

 p { color: rgb(86,9,92); }

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

<style>
 a { background-color: #56095C; }

 a { background-color: rgb(86,9,92); }

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

<style>
 span { border-color: #56095C; }

 span { border-color: rgb(86,9,92); }

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