Html Css Color HEX #563FBB Purple Heart

📋 copy color: '#563FBB'

red 86 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #563FBB

Tints of Purple Heart #563FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 187 (73.44% from 255) = 55.65%

R = 25.6%
G = 18.75%
B = 55.65%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#563FBB (or 0x563FBB) is known color: Purple Heart. HEX triplet: 56, 3F and BB. RGB value is (86,63,187). Sum of RGB (Red+Green+Blue) = 86+63+187=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #563FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563FBB is #A9C044. Grayscale: #535353. Windows color (decimal): -11124805 or 12271446. OLE color: 12271446.

HSL color Cylindrical-coordinate representation of color #563FBB: hue angle of 251.13º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #563FBB is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 63 187 -
CMYK 0.54 0.66 0 0.27
HSL 251.13º 0.5% 0.49% -
HSV(B) 251.13º 0.66% 0.73% -
XYZ 14.58 9.12 48.01 -
YUV 84.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 86 63 187 0.54 0.66 0 0.27 251.13 0.5 0.49
Hex 56 3F BB 36 42 0 1B FB 32 31
Octal 126 77 273 66 102 0 33 373 62 61
Binary 1010110 111111 10111011 110110 1000010 0 11011 11111011 110010 110001

Color Harmonies of #563FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563FBB

Black with #563FBB

Text Example


Text Example

White with #563FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,63,187); }

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

background-color css

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

 a { background-color: rgb(86,63,187); }

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

border-color css

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

 span { border-color: rgb(86,63,187); }

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