Html Css Color HEX #561BCD Purple Heart

📋 copy color: '#561BCD'

red 86 ◦ green 27 ◦ blue 205

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

Shades of Purple Heart #561BCD

Tints of Purple Heart #561BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 27.04%
G = 8.49%
B = 64.47%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#561BCD (or 0x561BCD) is known color: Purple Heart. HEX triplet: 56, 1B and CD. RGB value is (86,27,205). Sum of RGB (Red+Green+Blue) = 86+27+205=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #561BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561BCD is #A9E432. Grayscale: #404040. Windows color (decimal): -11134003 or 13441878. OLE color: 13441878.

HSL color Cylindrical-coordinate representation of color #561BCD: hue angle of 259.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561BCD is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 27 205 -
CMYK 0.58 0.87 0 0.20
HSL 259.89º 0.77% 0.45% -
HSV(B) 259.89º 0.87% 0.8% -
XYZ 15.25 7.17 58.34 -
YUV 64.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 86 27 205 0.58 0.87 0 0.20 259.89 0.77 0.45
Hex 56 1B CD 3A 57 0 14 104 4D 2D
Octal 126 33 315 72 127 0 24 404 115 55
Binary 1010110 11011 11001101 111010 1010111 0 10100 100000100 1001101 101101

Color Harmonies of #561BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561BCD

Black with #561BCD

Text Example


Text Example

White with #561BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,27,205); }

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

background-color css

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

 a { background-color: rgb(86,27,205); }

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

border-color css

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

 span { border-color: rgb(86,27,205); }

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