#563AB7

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

Shades of Purple Heart #563AB7

Tints of Purple Heart #563AB7

Color information

#563AB7 (or 0x563AB7) is unknown color: approx Purple Heart. HEX triplet: 56, 3A and B7. RGB value is (86,58,183). Sum of RGB (Red+Green+Blue) = 86+58+183=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 183 (71.88% from 255 or 55.96% from 327); Max value from RGB is 183 - color contains mainly: blue. Hex color #563AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563AB7 is #A9C548. Grayscale: #505050. Windows color (decimal): -11126089 or 12008022. OLE color: 12008022.

HSL color Cylindrical-coordinate representation of color #563AB7: hue angle of 253.44º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #563AB7 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8658183-
CMYK0.530.6800.28
HSL253.44º51.87%47.25%-
HSV(B)253.44º68.31%71.76%-
XYZ13.98.4245.69-
YUV80.62185.78131.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 58 (23.05% from 255) = 17.74%
BLUE value IS 183 (71.88% from 255) = 55.96%
R=26.30%
G=17.74%
B=55.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86581830.530.6800.28253.4451.8747.25
Hex563AB7354401Cfd342f
Octal12672267651040343756457
Binary101011011101010110111110101100010001110011111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563AB7; }

 p { color: rgb(86,58,183); }

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

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

 a { background-color: rgb(86,58,183); }

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

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

 span { border-color: rgb(86,58,183); }

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