Html Css Color HEX #563CC0 Purple Heart

📋 copy color: '#563CC0'

red 86 ◦ green 60 ◦ blue 192

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

Shades of Purple Heart #563CC0

Tints of Purple Heart #563CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

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

R = 25.44%
G = 17.75%
B = 56.8%

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

#563CC0 (or 0x563CC0) is known color: Purple Heart. HEX triplet: 56, 3C and C0. RGB value is (86,60,192). Sum of RGB (Red+Green+Blue) = 86+60+192=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #563CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563CC0 is #A9C33F. Grayscale: #525252. Windows color (decimal): -11125568 or 12598358. OLE color: 12598358.

HSL color Cylindrical-coordinate representation of color #563CC0: hue angle of 251.82º degrees, saturation: 0.52, 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 #563CC0 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 60 192 -
CMYK 0.55 0.69 0 0.25
HSL 251.82º 0.52% 0.49% -
HSV(B) 251.82º 0.69% 0.75% -
XYZ 14.97 9.02 50.82 -
YUV 82.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 86 60 192 0.55 0.69 0 0.25 251.82 0.52 0.49
Hex 56 3C C0 37 45 0 19 FC 34 31
Octal 126 74 300 67 105 0 31 374 64 61
Binary 1010110 111100 11000000 110111 1000101 0 11001 11111100 110100 110001

Color Harmonies of #563CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563CC0

Black with #563CC0

Text Example


Text Example

White with #563CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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