#561255

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

Shades of Hot Purple #561255

Tints of Hot Purple #561255

Color information

#561255 (or 0x561255) is unknown color: approx Hot Purple. HEX triplet: 56, 12 and 55. RGB value is (86,18,85). Sum of RGB (Red+Green+Blue) = 86+18+85=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #561255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561255 is #A9EDAA. Grayscale: #2D2D2D. Windows color (decimal): -11136427 or 5575254. OLE color: 5575254.

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

Color convert

RGB861885-
CMYK00.790.010.66
HSL300.88º65.38%20.39%-
HSV(B)300.88º79.07%33.73%-
XYZ5.693.078.89-
YUV45.97150.03156.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=45.50%
G=9.52%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86188500.790.010.66300.8865.3820.39
Hex56125504F14212d4114
Octal126221250117110245510124
Binary10101101001010101010100111111000010100101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561255; }

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

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

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

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

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

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

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

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