Html Css Color HEX #563DBA Purple Heart

📋 copy color: '#563DBA'

red 86 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #563DBA

Tints of Purple Heart #563DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 25.83%
G = 18.32%
B = 55.86%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#563DBA (or 0x563DBA) is known color: Purple Heart. HEX triplet: 56, 3D and BA. RGB value is (86,61,186). Sum of RGB (Red+Green+Blue) = 86+61+186=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #563DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563DBA is #A9C245. Grayscale: #525252. Windows color (decimal): -11125318 or 12205398. OLE color: 12205398.

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

Color convert

RGB 86 61 186 -
CMYK 0.54 0.67 0 0.27
HSL 252º 0.51% 0.48% -
HSV(B) 252º 0.67% 0.73% -
XYZ 14.37 8.86 47.41 -
YUV 82.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 86 61 186 0.54 0.67 0 0.27 252 0.51 0.48
Hex 56 3D BA 36 43 0 1B FC 33 30
Octal 126 75 272 66 103 0 33 374 63 60
Binary 1010110 111101 10111010 110110 1000011 0 11011 11111100 110011 110000

Color Harmonies of #563DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563DBA

Black with #563DBA

Text Example


Text Example

White with #563DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,61,186); }

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

background-color css

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

 a { background-color: rgb(86,61,186); }

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

border-color css

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

 span { border-color: rgb(86,61,186); }

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