Html Css Color HEX #563EC1 Purple Heart

📋 copy color: '#563EC1'

red 86 ◦ green 62 ◦ blue 193

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

Shades of Purple Heart #563EC1

Tints of Purple Heart #563EC1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

 BLUE value IS 193 (75.78% from 255) = 56.6%

R = 25.22%
G = 18.18%
B = 56.6%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#563EC1 (or 0x563EC1) is known color: Purple Heart. HEX triplet: 56, 3E and C1. RGB value is (86,62,193). Sum of RGB (Red+Green+Blue) = 86+62+193=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #563EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563EC1 is #A9C13E. Grayscale: #535353. Windows color (decimal): -11125055 or 12664406. OLE color: 12664406.

HSL color Cylindrical-coordinate representation of color #563EC1: hue angle of 250.99º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #563EC1 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 86 62 193 -
CMYK 0.55 0.68 0 0.24
HSL 250.99º 0.51% 0.5% -
HSV(B) 250.99º 0.68% 0.76% -
XYZ 15.19 9.27 51.44 -
YUV 84.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 86 62 193 0.55 0.68 0 0.24 250.99 0.51 0.5
Hex 56 3E C1 37 44 0 18 FB 33 32
Octal 126 76 301 67 104 0 30 373 63 62
Binary 1010110 111110 11000001 110111 1000100 0 11000 11111011 110011 110010

Color Harmonies of #563EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563EC1

Black with #563EC1

Text Example


Text Example

White with #563EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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