Html Css Color HEX #560EAD Purple Heart

📋 copy color: '#560EAD'

red 86 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #560EAD

Tints of Purple Heart #560EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.13%

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

R = 31.5%
G = 5.13%
B = 63.37%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#560EAD (or 0x560EAD) is known color: Purple Heart. HEX triplet: 56, 0E and AD. RGB value is (86,14,173). Sum of RGB (Red+Green+Blue) = 86+14+173=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #560EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560EAD is #A9F152. Grayscale: #353535. Windows color (decimal): -11137363 or 11341398. OLE color: 11341398.

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

Color convert

RGB 86 14 173 -
CMYK 0.50 0.92 0 0.32
HSL 267.17º 0.85% 0.37% -
HSV(B) 267.17º 0.92% 0.68% -
XYZ 11.54 5.31 39.95 -
YUV 53.65 195.35 151.07 -
System Red Green Blue C M Y K H S L
Decimal 86 14 173 0.50 0.92 0 0.32 267.17 0.85 0.37
Hex 56 E AD 32 5C 0 20 10B 55 25
Octal 126 16 255 62 134 0 40 413 125 45
Binary 1010110 1110 10101101 110010 1011100 0 100000 100001011 1010101 100101

Color Harmonies of #560EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560EAD

Black with #560EAD

Text Example


Text Example

White with #560EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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