#561259

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

Shades of Hot Purple #561259

Tints of Hot Purple #561259

Color information

#561259 (or 0x561259) is unknown color: approx Hot Purple. HEX triplet: 56, 12 and 59. RGB value is (86,18,89). Sum of RGB (Red+Green+Blue) = 86+18+89=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #561259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561259 is #A9EDA6. Grayscale: #2E2E2E. Windows color (decimal): -11136423 or 5837398. OLE color: 5837398.

HSL color Cylindrical-coordinate representation of color #561259: hue angle of 297.46º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561259 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB861889-
CMYK0.030.8000.65
HSL297.46º66.36%20.98%-
HSV(B)297.46º79.78%34.9%-
XYZ5.863.139.75-
YUV46.43152.03156.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=44.56%
G=9.33%
B=46.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8618890.030.8000.65297.4666.3620.98
Hex5612593500411294215
Octal126221313120010145110225
Binary101011010010101100111101000001000001100101001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561259; }

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

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

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

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

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

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

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

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