Html Css Color HEX #561DAB Purple Heart

📋 copy color: '#561DAB'

red 86 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #561DAB

Tints of Purple Heart #561DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.14%

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 30.07%
G = 10.14%
B = 59.79%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#561DAB (or 0x561DAB) is known color: Purple Heart. HEX triplet: 56, 1D and AB. RGB value is (86,29,171). Sum of RGB (Red+Green+Blue) = 86+29+171=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #561DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561DAB is #A9E254. Grayscale: #3D3D3D. Windows color (decimal): -11133525 or 11214166. OLE color: 11214166.

HSL color Cylindrical-coordinate representation of color #561DAB: hue angle of 264.08º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561DAB is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 29 171 -
CMYK 0.50 0.83 0 0.33
HSL 264.08º 0.71% 0.39% -
HSV(B) 264.08º 0.83% 0.67% -
XYZ 11.63 5.8 39.03 -
YUV 62.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 86 29 171 0.50 0.83 0 0.33 264.08 0.71 0.39
Hex 56 1D AB 32 53 0 21 108 47 27
Octal 126 35 253 62 123 0 41 410 107 47
Binary 1010110 11101 10101011 110010 1010011 0 100001 100001000 1000111 100111

Color Harmonies of #561DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561DAB

Black with #561DAB

Text Example


Text Example

White with #561DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,29,171); }

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

background-color css

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

 a { background-color: rgb(86,29,171); }

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

border-color css

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

 span { border-color: rgb(86,29,171); }

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