Html Css Color HEX #561DBB Purple Heart

📋 copy color: '#561DBB'

red 86 ◦ green 29 ◦ blue 187

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

Shades of Purple Heart #561DBB

Tints of Purple Heart #561DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 28.48%
G = 9.6%
B = 61.92%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#561DBB (or 0x561DBB) is known color: Purple Heart. HEX triplet: 56, 1D and BB. RGB value is (86,29,187). Sum of RGB (Red+Green+Blue) = 86+29+187=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #561DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561DBB is #A9E244. Grayscale: #3F3F3F. Windows color (decimal): -11133509 or 12262742. OLE color: 12262742.

HSL color Cylindrical-coordinate representation of color #561DBB: hue angle of 261.65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561DBB is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 29 187 -
CMYK 0.54 0.84 0 0.27
HSL 261.65º 0.73% 0.42% -
HSV(B) 261.65º 0.84% 0.73% -
XYZ 13.25 6.45 47.56 -
YUV 64.06 197.38 143.65 -
System Red Green Blue C M Y K H S L
Decimal 86 29 187 0.54 0.84 0 0.27 261.65 0.73 0.42
Hex 56 1D BB 36 54 0 1B 106 49 2A
Octal 126 35 273 66 124 0 33 406 111 52
Binary 1010110 11101 10111011 110110 1010100 0 11011 100000110 1001001 101010

Color Harmonies of #561DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561DBB

Black with #561DBB

Text Example


Text Example

White with #561DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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