Html Css Color HEX #560AAD Purple Heart

📋 copy color: '#560AAD'

red 86 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #560AAD

Tints of Purple Heart #560AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.72%

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

R = 31.97%
G = 3.72%
B = 64.31%

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

#560AAD (or 0x560AAD) is known color: Purple Heart. HEX triplet: 56, 0A and AD. RGB value is (86,10,173). Sum of RGB (Red+Green+Blue) = 86+10+173=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #560AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560AAD is #A9F552. Grayscale: #323232. Windows color (decimal): -11138387 or 11340374. OLE color: 11340374.

HSL color Cylindrical-coordinate representation of color #560AAD: hue angle of 267.98º degrees, saturation: 0.89, 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 #560AAD is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 10 173 -
CMYK 0.50 0.94 0 0.32
HSL 267.98º 0.89% 0.36% -
HSV(B) 267.98º 0.94% 0.68% -
XYZ 11.49 5.21 39.94 -
YUV 51.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 86 10 173 0.50 0.94 0 0.32 267.98 0.89 0.36
Hex 56 A AD 32 5E 0 20 10C 59 24
Octal 126 12 255 62 136 0 40 414 131 44
Binary 1010110 1010 10101101 110010 1011110 0 100000 100001100 1011001 100100

Color Harmonies of #560AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560AAD

Black with #560AAD

Text Example


Text Example

White with #560AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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