Html Css Color HEX #561DAC Purple Heart

📋 copy color: '#561DAC'

red 86 ◦ green 29 ◦ blue 172

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

Shades of Purple Heart #561DAC

Tints of Purple Heart #561DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 29.97%
G = 10.1%
B = 59.93%

CMYK

 C value IS 0.5

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#561DAC (or 0x561DAC) is known color: Purple Heart. HEX triplet: 56, 1D and AC. RGB value is (86,29,172). Sum of RGB (Red+Green+Blue) = 86+29+172=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #561DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561DAC is #A9E253. Grayscale: #3D3D3D. Windows color (decimal): -11133524 or 11279702. OLE color: 11279702.

HSL color Cylindrical-coordinate representation of color #561DAC: hue angle of 263.92º 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 #561DAC is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 29 172 -
CMYK 0.5 0.83 0 0.33
HSL 263.92º 0.71% 0.39% -
HSV(B) 263.92º 0.83% 0.67% -
XYZ 11.72 5.84 39.54 -
YUV 62.35 189.88 144.87 -
System Red Green Blue C M Y K H S L
Decimal 86 29 172 0.5 0.83 0 0.33 263.92 0.71 0.39
Hex 56 1D AC 32 53 0 21 108 47 27
Octal 126 35 254 62 123 0 41 410 107 47
Binary 1010110 11101 10101100 110010 1010011 0 100001 100001000 1000111 100111

Color Harmonies of #561DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561DAC

Black with #561DAC

Text Example


Text Example

White with #561DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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