Html Css Color HEX #561CBD Purple Heart

📋 copy color: '#561CBD'

red 86 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #561CBD

Tints of Purple Heart #561CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 28.38%
G = 9.24%
B = 62.38%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#561CBD (or 0x561CBD) is known color: Purple Heart. HEX triplet: 56, 1C and BD. RGB value is (86,28,189). Sum of RGB (Red+Green+Blue) = 86+28+189=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #561CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CBD is #A9E342. Grayscale: #3F3F3F. Windows color (decimal): -11133763 or 12393558. OLE color: 12393558.

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

Color convert

RGB 86 28 189 -
CMYK 0.54 0.85 0 0.26
HSL 261.61º 0.74% 0.43% -
HSV(B) 261.61º 0.85% 0.74% -
XYZ 13.44 6.48 48.69 -
YUV 63.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 86 28 189 0.54 0.85 0 0.26 261.61 0.74 0.43
Hex 56 1C BD 36 55 0 1A 106 4A 2B
Octal 126 34 275 66 125 0 32 406 112 53
Binary 1010110 11100 10111101 110110 1010101 0 11010 100000110 1001010 101011

Color Harmonies of #561CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561CBD

Black with #561CBD

Text Example


Text Example

White with #561CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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