#561BA4

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

Shades of Purple Heart #561BA4

Tints of Purple Heart #561BA4

Color information

#561BA4 (or 0x561BA4) is unknown color: approx Purple Heart. HEX triplet: 56, 1B and A4. RGB value is (86,27,164). Sum of RGB (Red+Green+Blue) = 86+27+164=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #561BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561BA4 is #A9E45B. Grayscale: #3B3B3B. Windows color (decimal): -11134044 or 10754902. OLE color: 10754902.

HSL color Cylindrical-coordinate representation of color #561BA4: hue angle of 265.84º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561BA4 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8627164-
CMYK0.480.8400.36
HSL265.84º71.73%37.45%-
HSV(B)265.84º83.54%64.31%-
XYZ10.935.4435.6-
YUV60.26186.55146.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 27 (10.94% from 255) = 9.75%
BLUE value IS 164 (64.45% from 255) = 59.21%
R=31.05%
G=9.75%
B=59.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86271640.480.8400.36265.8471.7337.45
Hex561BA4305402410a4825
Octal126332446012404441211045
Binary10101101101110100100110000101010001001001000010101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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