#563BCC

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

Shades of Purple Heart #563BCC

Tints of Purple Heart #563BCC

Color information

#563BCC (or 0x563BCC) is unknown color: approx Purple Heart. HEX triplet: 56, 3B and CC. RGB value is (86,59,204). Sum of RGB (Red+Green+Blue) = 86+59+204=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #563BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563BCC is #A9C433. Grayscale: #535353. Windows color (decimal): -11125812 or 13384534. OLE color: 13384534.

HSL color Cylindrical-coordinate representation of color #563BCC: hue angle of 251.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #563BCC is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8659204-
CMYK0.580.7100.2
HSL251.17º58.7%51.57%-
HSV(B)251.17º71.08%80%-
XYZ16.39.4758.09-
YUV83.6195.95129.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 204 (80.08% from 255) = 58.45%
R=24.64%
G=16.91%
B=58.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal86592040.580.7100.2251.1758.751.57
Hex563BCC3A47014fb3b34
Octal12673314721070243737364
Binary101011011101111001100111010100011101010011111011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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