Html Css Color HEX #561FB1 Purple Heart

📋 copy color: '#561FB1'

red 86 ◦ green 31 ◦ blue 177

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

Shades of Purple Heart #561FB1

Tints of Purple Heart #561FB1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.54%

 BLUE value IS 177 (69.53% from 255) = 60.2%

R = 29.25%
G = 10.54%
B = 60.2%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#561FB1 (or 0x561FB1) is known color: Purple Heart. HEX triplet: 56, 1F and B1. RGB value is (86,31,177). Sum of RGB (Red+Green+Blue) = 86+31+177=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #561FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561FB1 is #A9E04E. Grayscale: #3F3F3F. Windows color (decimal): -11133007 or 11607894. OLE color: 11607894.

HSL color Cylindrical-coordinate representation of color #561FB1: hue angle of 262.6º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561FB1 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 31 177 -
CMYK 0.51 0.82 0 0.31
HSL 262.6º 0.7% 0.41% -
HSV(B) 262.6º 0.82% 0.69% -
XYZ 12.26 6.13 42.13 -
YUV 64.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 86 31 177 0.51 0.82 0 0.31 262.6 0.7 0.41
Hex 56 1F B1 33 52 0 1F 107 46 29
Octal 126 37 261 63 122 0 37 407 106 51
Binary 1010110 11111 10110001 110011 1010010 0 11111 100000111 1000110 101001

Color Harmonies of #561FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561FB1

Black with #561FB1

Text Example


Text Example

White with #561FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,31,177); }

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

background-color css

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

 a { background-color: rgb(86,31,177); }

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

border-color css

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

 span { border-color: rgb(86,31,177); }

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