Html Css Color HEX #560FAD Purple Heart

📋 copy color: '#560FAD'

red 86 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #560FAD

Tints of Purple Heart #560FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.47%

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

R = 31.39%
G = 5.47%
B = 63.14%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#560FAD (or 0x560FAD) is known color: Purple Heart. HEX triplet: 56, 0F and AD. RGB value is (86,15,173). Sum of RGB (Red+Green+Blue) = 86+15+173=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #560FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560FAD is #A9F052. Grayscale: #353535. Windows color (decimal): -11137107 or 11341654. OLE color: 11341654.

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

Color convert

RGB 86 15 173 -
CMYK 0.50 0.91 0 0.32
HSL 266.96º 0.84% 0.37% -
HSV(B) 266.96º 0.91% 0.68% -
XYZ 11.55 5.34 39.96 -
YUV 54.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 86 15 173 0.50 0.91 0 0.32 266.96 0.84 0.37
Hex 56 F AD 32 5B 0 20 10B 54 25
Octal 126 17 255 62 133 0 40 413 124 45
Binary 1010110 1111 10101101 110010 1011011 0 100000 100001011 1010100 100101

Color Harmonies of #560FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560FAD

Black with #560FAD

Text Example


Text Example

White with #560FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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