Html Css Color HEX #563EBD Purple Heart

📋 copy color: '#563EBD'

red 86 ◦ green 62 ◦ blue 189

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

Shades of Purple Heart #563EBD

Tints of Purple Heart #563EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 25.52%
G = 18.4%
B = 56.08%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#563EBD (or 0x563EBD) is known color: Purple Heart. HEX triplet: 56, 3E and BD. RGB value is (86,62,189). Sum of RGB (Red+Green+Blue) = 86+62+189=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #563EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563EBD is #A9C142. Grayscale: #535353. Windows color (decimal): -11125059 or 12402262. OLE color: 12402262.

HSL color Cylindrical-coordinate representation of color #563EBD: hue angle of 251.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563EBD is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 62 189 -
CMYK 0.54 0.67 0 0.26
HSL 251.34º 0.51% 0.49% -
HSV(B) 251.34º 0.67% 0.74% -
XYZ 14.75 9.1 49.12 -
YUV 83.65 187.45 129.67 -
System Red Green Blue C M Y K H S L
Decimal 86 62 189 0.54 0.67 0 0.26 251.34 0.51 0.49
Hex 56 3E BD 36 43 0 1A FB 33 31
Octal 126 76 275 66 103 0 32 373 63 61
Binary 1010110 111110 10111101 110110 1000011 0 11010 11111011 110011 110001

Color Harmonies of #563EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563EBD

Black with #563EBD

Text Example


Text Example

White with #563EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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