#563BBD

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

Shades of Purple Heart #563BBD

Tints of Purple Heart #563BBD

Color information

#563BBD (or 0x563BBD) is unknown color: approx Purple Heart. HEX triplet: 56, 3B and BD. RGB value is (86,59,189). Sum of RGB (Red+Green+Blue) = 86+59+189=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #563BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563BBD is #A9C442. Grayscale: #515151. Windows color (decimal): -11125827 or 12401494. OLE color: 12401494.

HSL color Cylindrical-coordinate representation of color #563BBD: hue angle of 252.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #563BBD is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8659189-
CMYK0.540.6900.26
HSL252.46º52.42%48.63%-
HSV(B)252.46º68.78%74.12%-
XYZ14.598.7849.07-
YUV81.89188.45130.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=25.75%
G=17.66%
B=56.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86591890.540.6900.26252.4652.4248.63
Hex563BBD364501Afc3431
Octal12673275661050323746461
Binary101011011101110111101110110100010101101011111100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,59,189); }

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

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

 a { background-color: rgb(86,59,189); }

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

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

 span { border-color: rgb(86,59,189); }

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