#561260

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

Shades of Hot Purple #561260

Tints of Hot Purple #561260

Color information

#561260 (or 0x561260) is unknown color: approx Hot Purple. HEX triplet: 56, 12 and 60. RGB value is (86,18,96). Sum of RGB (Red+Green+Blue) = 86+18+96=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #561260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561260 is #A9ED9F. Grayscale: #2E2E2E. Windows color (decimal): -11136416 or 6296150. OLE color: 6296150.

HSL color Cylindrical-coordinate representation of color #561260: hue angle of 292.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561260 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB861896-
CMYK0.100.8100.62
HSL292.31º68.42%22.35%-
HSV(B)292.31º81.25%37.65%-
XYZ6.173.2611.37-
YUV47.22155.53155.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 96 (37.89% from 255) = 48%
R=43%
G=9%
B=48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8618960.100.8100.62292.3168.4222.35
Hex561260A5103E1244416
Octal126221401212107644410426
Binary1010110100101100000101010100010111110100100100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561260; }

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

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

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

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

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

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

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

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