Html Css Color HEX #561AD5 Purple Heart

📋 copy color: '#561AD5'

red 86 ◦ green 26 ◦ blue 213

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

Shades of Purple Heart #561AD5

Tints of Purple Heart #561AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.54%

R = 26.46%
G = 8%
B = 65.54%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#561AD5 (or 0x561AD5) is known color: Purple Heart. HEX triplet: 56, 1A and D5. RGB value is (86,26,213). Sum of RGB (Red+Green+Blue) = 86+26+213=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #561AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561AD5 is #A9E52A. Grayscale: #404040. Windows color (decimal): -11134251 or 13965910. OLE color: 13965910.

HSL color Cylindrical-coordinate representation of color #561AD5: hue angle of 259.25º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561AD5 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 26 213 -
CMYK 0.60 0.88 0 0.16
HSL 259.25º 0.78% 0.47% -
HSV(B) 259.25º 0.88% 0.84% -
XYZ 16.22 7.52 63.55 -
YUV 65.26 211.38 142.79 -
System Red Green Blue C M Y K H S L
Decimal 86 26 213 0.60 0.88 0 0.16 259.25 0.78 0.47
Hex 56 1A D5 3C 58 0 10 103 4E 2F
Octal 126 32 325 74 130 0 20 403 116 57
Binary 1010110 11010 11010101 111100 1011000 0 10000 100000011 1001110 101111

Color Harmonies of #561AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561AD5

Black with #561AD5

Text Example


Text Example

White with #561AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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