Html Css Color HEX #560BAD Purple Heart

📋 copy color: '#560BAD'

red 86 ◦ green 11 ◦ blue 173

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

Shades of Purple Heart #560BAD

Tints of Purple Heart #560BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.07%

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 31.85%
G = 4.07%
B = 64.07%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#560BAD (or 0x560BAD) is known color: Purple Heart. HEX triplet: 56, 0B and AD. RGB value is (86,11,173). Sum of RGB (Red+Green+Blue) = 86+11+173=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #560BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560BAD is #A9F452. Grayscale: #333333. Windows color (decimal): -11138131 or 11340630. OLE color: 11340630.

HSL color Cylindrical-coordinate representation of color #560BAD: hue angle of 267.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560BAD is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 11 173 -
CMYK 0.50 0.94 0 0.32
HSL 267.78º 0.88% 0.36% -
HSV(B) 267.78º 0.94% 0.68% -
XYZ 11.5 5.23 39.94 -
YUV 51.89 196.35 152.33 -
System Red Green Blue C M Y K H S L
Decimal 86 11 173 0.50 0.94 0 0.32 267.78 0.88 0.36
Hex 56 B AD 32 5E 0 20 10C 58 24
Octal 126 13 255 62 136 0 40 414 130 44
Binary 1010110 1011 10101101 110010 1011110 0 100000 100001100 1011000 100100

Color Harmonies of #560BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560BAD

Black with #560BAD

Text Example


Text Example

White with #560BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560BAD; }

 p { color: rgb(86,11,173); }

 H1.HeaderClassName
 {
   color: #560BAD;
 }
 .AnyTagClassName
 {
   color: #560BAD;
 }
</style>

background-color css

<style>
 a { background-color: #560BAD; }

 a { background-color: rgb(86,11,173); }

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

border-color css

<style>
 span { border-color: #560BAD; }

 span { border-color: rgb(86,11,173); }

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