#561BB6

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

Shades of Purple Heart #561BB6

Tints of Purple Heart #561BB6

Color information

#561BB6 (or 0x561BB6) is unknown color: approx Purple Heart. HEX triplet: 56, 1B and B6. RGB value is (86,27,182). Sum of RGB (Red+Green+Blue) = 86+27+182=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 182 (71.48% from 255 or 61.69% from 295); Max value from RGB is 182 - color contains mainly: blue. Hex color #561BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561BB6 is #A9E449. Grayscale: #3D3D3D. Windows color (decimal): -11134026 or 11934550. OLE color: 11934550.

HSL color Cylindrical-coordinate representation of color #561BB6: hue angle of 262.84º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561BB6 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8627182-
CMYK0.530.8500.29
HSL262.84º74.16%40.98%-
HSV(B)262.84º85.16%71.37%-
XYZ12.676.1444.77-
YUV62.31195.55144.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 182 (71.48% from 255) = 61.69%
R=29.15%
G=9.15%
B=61.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86271820.530.8500.29262.8474.1640.98
Hex561BB6355501D1074a29
Octal126332666512503540711251
Binary1010110110111011011011010110101010111011000001111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561BB6; }

 p { color: rgb(86,27,182); }

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

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

 a { background-color: rgb(86,27,182); }

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

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

 span { border-color: rgb(86,27,182); }

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