#563fb6

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

Shades of Purple Heart #563FB6

Tints of Purple Heart #563FB6

Color information

#563FB6 (or 0x563FB6) is unknown color: approx Purple Heart. HEX triplet: 56, 3F and B6. RGB value is (86,63,182). Sum of RGB (Red+Green+Blue) = 86+63+182=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #563FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563FB6 is #A9C049. Grayscale: #525252. Windows color (decimal): -11124810 or 11943766. OLE color: 11943766.

HSL color Cylindrical-coordinate representation of color #563FB6: hue angle of 251.6º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #563FB6 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8663182-
CMYK0.530.6500.29
HSL251.6º48.57%48.04%-
HSV(B)251.6º65.38%71.37%-
XYZ14.068.9145.23-
YUV83.44183.62129.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 182 (71.48% from 255) = 54.98%
R=25.98%
G=19.03%
B=54.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86631820.530.6500.29251.648.5748.04
Hex563FB6354101Dfc3130
Octal12677266651010353746160
Binary101011011111110110110110101100000101110111111100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563fb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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