Html Css Color HEX #563ACD Purple Heart

📋 copy color: '#563ACD'

red 86 ◦ green 58 ◦ blue 205

#563ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #563ACD

Tints of Purple Heart #563ACD

RGB

 RED value IS 86 (33.98% from 255) = 24.64%

 GREEN value IS 58 (23.05% from 255) = 16.62%

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 24.64%
G = 16.62%
B = 58.74%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#563ACD (or 0x563ACD) is known color: Purple Heart. HEX triplet: 56, 3A and CD. RGB value is (86,58,205). Sum of RGB (Red+Green+Blue) = 86+58+205=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #563ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563ACD is #A9C532. Grayscale: #525252. Windows color (decimal): -11126067 or 13449814. OLE color: 13449814.

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

Color convert

RGB 86 58 205 -
CMYK 0.58 0.72 0 0.20
HSL 251.43º 0.6% 0.52% -
HSV(B) 251.43º 0.72% 0.8% -
XYZ 16.37 9.41 58.71 -
YUV 83.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 86 58 205 0.58 0.72 0 0.20 251.43 0.6 0.52
Hex 56 3A CD 3A 48 0 14 FB 3C 34
Octal 126 72 315 72 110 0 24 373 74 64
Binary 1010110 111010 11001101 111010 1001000 0 10100 11111011 111100 110100

Color Harmonies of #563ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563ACD

Black with #563ACD

Text Example


Text Example

White with #563ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,58,205); }

 H1.HeaderClassName
 {
   color: #563ACD;
 }
 .AnyTagClassName
 {
   color: #563ACD;
 }
</style>

background-color css

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

 a { background-color: rgb(86,58,205); }

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

border-color css

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

 span { border-color: rgb(86,58,205); }

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