Html Css Color HEX #560BAB Purple Heart

📋 copy color: '#560BAB'

red 86 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #560BAB

Tints of Purple Heart #560BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 32.09%
G = 4.1%
B = 63.81%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#560BAB (or 0x560BAB) is known color: Purple Heart. HEX triplet: 56, 0B and AB. RGB value is (86,11,171). Sum of RGB (Red+Green+Blue) = 86+11+171=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #560BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560BAB is #A9F454. Grayscale: #333333. Windows color (decimal): -11138133 or 11209558. OLE color: 11209558.

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

Color convert

RGB 86 11 171 -
CMYK 0.50 0.94 0 0.33
HSL 268.13º 0.88% 0.36% -
HSV(B) 268.13º 0.94% 0.67% -
XYZ 11.31 5.16 38.93 -
YUV 51.67 195.35 152.49 -
System Red Green Blue C M Y K H S L
Decimal 86 11 171 0.50 0.94 0 0.33 268.13 0.88 0.36
Hex 56 B AB 32 5E 0 21 10C 58 24
Octal 126 13 253 62 136 0 41 414 130 44
Binary 1010110 1011 10101011 110010 1011110 0 100001 100001100 1011000 100100

Color Harmonies of #560BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560BAB

Black with #560BAB

Text Example


Text Example

White with #560BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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