#561FBA

Color #561FBA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #561FBA

Tints of Purple Heart #561FBA

Color information

#561FBA (or 0x561FBA) is unknown color: approx Purple Heart. HEX triplet: 56, 1F and BA. RGB value is (86,31,186). Sum of RGB (Red+Green+Blue) = 86+31+186=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #561FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561FBA is #A9E045. Grayscale: #404040. Windows color (decimal): -11132998 or 12197718. OLE color: 12197718.

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

Color convert

RGB8631186-
CMYK0.540.8300.27
HSL261.29º71.43%42.55%-
HSV(B)261.29º83.33%72.94%-
XYZ13.196.547.01-
YUV65.12196.22142.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 186 (73.05% from 255) = 61.39%
R=28.38%
G=10.23%
B=61.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86311860.540.8300.27261.2971.4342.55
Hex561FBA365301B105472b
Octal126372726612303340510753
Binary1010110111111011101011011010100110110111000001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #561FBA;
 }
 .AnyTagClassName
 {
   color: #561FBA;
 }
</style>
background-color css

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

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

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

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

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

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