Html Css Color HEX #563BC0 Purple Heart

📋 copy color: '#563BC0'

red 86 ◦ green 59 ◦ blue 192

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

Shades of Purple Heart #563BC0

Tints of Purple Heart #563BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 25.52%
G = 17.51%
B = 56.97%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#563BC0 (or 0x563BC0) is known color: Purple Heart. HEX triplet: 56, 3B and C0. RGB value is (86,59,192). Sum of RGB (Red+Green+Blue) = 86+59+192=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #563BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563BC0 is #A9C43F. Grayscale: #515151. Windows color (decimal): -11125824 or 12598102. OLE color: 12598102.

HSL color Cylindrical-coordinate representation of color #563BC0: hue angle of 252.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #563BC0 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 59 192 -
CMYK 0.55 0.69 0 0.25
HSL 252.18º 0.53% 0.49% -
HSV(B) 252.18º 0.69% 0.75% -
XYZ 14.92 8.91 50.8 -
YUV 82.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 86 59 192 0.55 0.69 0 0.25 252.18 0.53 0.49
Hex 56 3B C0 37 45 0 19 FC 35 31
Octal 126 73 300 67 105 0 31 374 65 61
Binary 1010110 111011 11000000 110111 1000101 0 11001 11111100 110101 110001

Color Harmonies of #563BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563BC0

Black with #563BC0

Text Example


Text Example

White with #563BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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