Html Css Color HEX #561CAB Purple Heart

📋 copy color: '#561CAB'

red 86 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #561CAB

Tints of Purple Heart #561CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 30.18%
G = 9.82%
B = 60%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#561CAB (or 0x561CAB) is known color: Purple Heart. HEX triplet: 56, 1C and AB. RGB value is (86,28,171). Sum of RGB (Red+Green+Blue) = 86+28+171=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #561CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561CAB is #A9E354. Grayscale: #3D3D3D. Windows color (decimal): -11133781 or 11213910. OLE color: 11213910.

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

Color convert

RGB 86 28 171 -
CMYK 0.50 0.84 0 0.33
HSL 264.34º 0.72% 0.39% -
HSV(B) 264.34º 0.84% 0.67% -
XYZ 11.6 5.75 39.03 -
YUV 61.64 189.72 145.37 -
System Red Green Blue C M Y K H S L
Decimal 86 28 171 0.50 0.84 0 0.33 264.34 0.72 0.39
Hex 56 1C AB 32 54 0 21 108 48 27
Octal 126 34 253 62 124 0 41 410 110 47
Binary 1010110 11100 10101011 110010 1010100 0 100001 100001000 1001000 100111

Color Harmonies of #561CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561CAB

Black with #561CAB

Text Example


Text Example

White with #561CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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