Html Css Color HEX #561ABC Purple Heart

📋 copy color: '#561ABC'

red 86 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #561ABC

Tints of Purple Heart #561ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 28.67%
G = 8.67%
B = 62.67%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#561ABC (or 0x561ABC) is known color: Purple Heart. HEX triplet: 56, 1A and BC. RGB value is (86,26,188). Sum of RGB (Red+Green+Blue) = 86+26+188=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #561ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ABC is #A9E543. Grayscale: #3D3D3D. Windows color (decimal): -11134276 or 12327510. OLE color: 12327510.

HSL color Cylindrical-coordinate representation of color #561ABC: hue angle of 262.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561ABC is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 26 188 -
CMYK 0.54 0.86 0 0.26
HSL 262.22º 0.76% 0.42% -
HSV(B) 262.22º 0.86% 0.74% -
XYZ 13.28 6.35 48.1 -
YUV 62.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 86 26 188 0.54 0.86 0 0.26 262.22 0.76 0.42
Hex 56 1A BC 36 56 0 1A 106 4C 2A
Octal 126 32 274 66 126 0 32 406 114 52
Binary 1010110 11010 10111100 110110 1010110 0 11010 100000110 1001100 101010

Color Harmonies of #561ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561ABC

Black with #561ABC

Text Example


Text Example

White with #561ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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