Html Css Color HEX #561AAD Purple Heart

📋 copy color: '#561AAD'

red 86 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #561AAD

Tints of Purple Heart #561AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

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

R = 30.18%
G = 9.12%
B = 60.7%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#561AAD (or 0x561AAD) is known color: Purple Heart. HEX triplet: 56, 1A and AD. RGB value is (86,26,173). Sum of RGB (Red+Green+Blue) = 86+26+173=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #561AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561AAD is #A9E552. Grayscale: #3C3C3C. Windows color (decimal): -11134291 or 11344470. OLE color: 11344470.

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

Color convert

RGB 86 26 173 -
CMYK 0.50 0.85 0 0.32
HSL 264.49º 0.74% 0.39% -
HSV(B) 264.49º 0.85% 0.68% -
XYZ 11.75 5.73 40.02 -
YUV 60.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 86 26 173 0.50 0.85 0 0.32 264.49 0.74 0.39
Hex 56 1A AD 32 55 0 20 108 4A 27
Octal 126 32 255 62 125 0 40 410 112 47
Binary 1010110 11010 10101101 110010 1010101 0 100000 100001000 1001010 100111

Color Harmonies of #561AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561AAD

Black with #561AAD

Text Example


Text Example

White with #561AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561AAD; }

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

 H1.HeaderClassName
 {
   color: #561AAD;
 }
 .AnyTagClassName
 {
   color: #561AAD;
 }
</style>

background-color css

<style>
 a { background-color: #561AAD; }

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

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

border-color css

<style>
 span { border-color: #561AAD; }

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

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