Html Css Color HEX #561AD6 Purple Heart

📋 copy color: '#561AD6'

red 86 ◦ green 26 ◦ blue 214

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

Shades of Purple Heart #561AD6

Tints of Purple Heart #561AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.64%

R = 26.38%
G = 7.98%
B = 65.64%

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

#561AD6 (or 0x561AD6) is known color: Purple Heart. HEX triplet: 56, 1A and D6. RGB value is (86,26,214). Sum of RGB (Red+Green+Blue) = 86+26+214=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #561AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561AD6 is #A9E529. Grayscale: #404040. Windows color (decimal): -11134250 or 14031446. OLE color: 14031446.

HSL color Cylindrical-coordinate representation of color #561AD6: hue angle of 259.15º 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 #561AD6 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 26 214 -
CMYK 0.60 0.88 0 0.16
HSL 259.15º 0.78% 0.47% -
HSV(B) 259.15º 0.88% 0.84% -
XYZ 16.34 7.57 64.22 -
YUV 65.37 211.88 142.71 -
System Red Green Blue C M Y K H S L
Decimal 86 26 214 0.60 0.88 0 0.16 259.15 0.78 0.47
Hex 56 1A D6 3C 58 0 10 103 4E 2F
Octal 126 32 326 74 130 0 20 403 116 57
Binary 1010110 11010 11010110 111100 1011000 0 10000 100000011 1001110 101111

Color Harmonies of #561AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561AD6

Black with #561AD6

Text Example


Text Example

White with #561AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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