#561955

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

Shades of Hot Purple #561955

Tints of Hot Purple #561955

Color information

#561955 (or 0x561955) is unknown color: approx Hot Purple. HEX triplet: 56, 19 and 55. RGB value is (86,25,85). Sum of RGB (Red+Green+Blue) = 86+25+85=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #561955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561955 is #A9E6AA. Grayscale: #313131. Windows color (decimal): -11134635 or 5577046. OLE color: 5577046.

HSL color Cylindrical-coordinate representation of color #561955: hue angle of 300.98º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #561955 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB862585-
CMYK00.710.010.66
HSL300.98º54.95%21.76%-
HSV(B)300.98º70.93%33.73%-
XYZ5.833.338.93-
YUV50.08147.71153.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=43.88%
G=12.76%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86258500.710.010.66300.9854.9521.76
Hex56195504714212d3716
Octal12631125010711024556726
Binary1010110110011010101010001111100001010010110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561955; }

 p { color: rgb(86,25,85); }

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

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

 a { background-color: rgb(86,25,85); }

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

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

 span { border-color: rgb(86,25,85); }

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