Html Css Color HEX #561AA4 Purple Heart

📋 copy color: '#561AA4'

red 86 ◦ green 26 ◦ blue 164

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

Shades of Purple Heart #561AA4

Tints of Purple Heart #561AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 59.42%

R = 31.16%
G = 9.42%
B = 59.42%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#561AA4 (or 0x561AA4) is known color: Purple Heart. HEX triplet: 56, 1A and A4. RGB value is (86,26,164). Sum of RGB (Red+Green+Blue) = 86+26+164=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #561AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561AA4 is #A9E55B. Grayscale: #3B3B3B. Windows color (decimal): -11134300 or 10754646. OLE color: 10754646.

HSL color Cylindrical-coordinate representation of color #561AA4: hue angle of 266.09º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561AA4 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 26 164 -
CMYK 0.48 0.84 0 0.36
HSL 266.09º 0.73% 0.37% -
HSV(B) 266.09º 0.84% 0.64% -
XYZ 10.91 5.4 35.59 -
YUV 59.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 86 26 164 0.48 0.84 0 0.36 266.09 0.73 0.37
Hex 56 1A A4 30 54 0 24 10A 49 25
Octal 126 32 244 60 124 0 44 412 111 45
Binary 1010110 11010 10100100 110000 1010100 0 100100 100001010 1001001 100101

Color Harmonies of #561AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561AA4

Black with #561AA4

Text Example


Text Example

White with #561AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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