Html Css Color HEX #563BBA Purple Heart

📋 copy color: '#563BBA'

red 86 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #563BBA

Tints of Purple Heart #563BBA

RGB

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

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

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

R = 25.98%
G = 17.82%
B = 56.19%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#563BBA (or 0x563BBA) is known color: Purple Heart. HEX triplet: 56, 3B and BA. RGB value is (86,59,186). Sum of RGB (Red+Green+Blue) = 86+59+186=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #563BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563BBA is #A9C445. Grayscale: #515151. Windows color (decimal): -11125830 or 12204886. OLE color: 12204886.

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

Color convert

RGB 86 59 186 -
CMYK 0.54 0.68 0 0.27
HSL 252.76º 0.52% 0.48% -
HSV(B) 252.76º 0.68% 0.73% -
XYZ 14.26 8.65 47.37 -
YUV 81.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 86 59 186 0.54 0.68 0 0.27 252.76 0.52 0.48
Hex 56 3B BA 36 44 0 1B FD 34 30
Octal 126 73 272 66 104 0 33 375 64 60
Binary 1010110 111011 10111010 110110 1000100 0 11011 11111101 110100 110000

Color Harmonies of #563BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563BBA

Black with #563BBA

Text Example


Text Example

White with #563BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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