#56125F

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

Shades of Hot Purple #56125F

Tints of Hot Purple #56125F

Color information

#56125F (or 0x56125F) is unknown color: approx Hot Purple. HEX triplet: 56, 12 and 5F. RGB value is (86,18,95). Sum of RGB (Red+Green+Blue) = 86+18+95=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #56125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56125F is #A9EDA0. Grayscale: #2E2E2E. Windows color (decimal): -11136417 or 6230614. OLE color: 6230614.

HSL color Cylindrical-coordinate representation of color #56125F: hue angle of 292.99º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56125F is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB861895-
CMYK0.090.8100.63
HSL292.99º68.14%22.16%-
HSV(B)292.99º81.05%37.25%-
XYZ6.123.2411.13-
YUV47.11155.03155.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=43.22%
G=9.05%
B=47.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8618950.090.8100.63292.9968.1422.16
Hex56125F95103F1254416
Octal126221371112107744510426
Binary1010110100101011111100110100010111111100100101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56125F; }

 p { color: rgb(86,18,95); }

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

<style>
 a { background-color: #56125F; }

 a { background-color: rgb(86,18,95); }

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

<style>
 span { border-color: #56125F; }

 span { border-color: rgb(86,18,95); }

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