#563BCA

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

Shades of Purple Heart #563BCA

Tints of Purple Heart #563BCA

Color information

#563BCA (or 0x563BCA) is unknown color: approx Purple Heart. HEX triplet: 56, 3B and CA. RGB value is (86,59,202). Sum of RGB (Red+Green+Blue) = 86+59+202=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #563BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563BCA is #A9C435. Grayscale: #525252. Windows color (decimal): -11125814 or 13253462. OLE color: 13253462.

HSL color Cylindrical-coordinate representation of color #563BCA: hue angle of 251.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #563BCA is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8659202-
CMYK0.570.7100.21
HSL251.33º57.43%51.18%-
HSV(B)251.33º70.79%79.22%-
XYZ16.069.3756.84-
YUV83.38194.95129.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 202 (79.30% from 255) = 58.21%
R=24.78%
G=17.00%
B=58.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86592020.570.7100.21251.3357.4351.18
Hex563BCA3947015fb3933
Octal12673312711070253737163
Binary101011011101111001010111001100011101010111111011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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