#563EAE

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

Shades of Royal Purple #563EAE

Tints of Royal Purple #563EAE

Color information

#563EAE (or 0x563EAE) is unknown color: approx Royal Purple. HEX triplet: 56, 3E and AE. RGB value is (86,62,174). Sum of RGB (Red+Green+Blue) = 86+62+174=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #563EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563EAE is #A9C151. Grayscale: #515151. Windows color (decimal): -11125074 or 11419222. OLE color: 11419222.

HSL color Cylindrical-coordinate representation of color #563EAE: hue angle of 252.86º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #563EAE is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8662174-
CMYK0.510.6400.32
HSL252.86º47.46%46.27%-
HSV(B)252.86º64.37%68.24%-
XYZ13.28.4840.99-
YUV81.94179.95130.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.71%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=26.71%
G=19.25%
B=54.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86621740.510.6400.32252.8647.4646.27
Hex563EAE3340020fd2f2e
Octal12676256631000403755756
Binary1010110111110101011101100111000000010000011111101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,62,174); }

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

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

 a { background-color: rgb(86,62,174); }

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

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

 span { border-color: rgb(86,62,174); }

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