#5601B4

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

Shades of Purple Heart #5601B4

Tints of Purple Heart #5601B4

Color information

#5601B4 (or 0x5601B4) is unknown color: approx Purple Heart. HEX triplet: 56, 01 and B4. RGB value is (86,1,180). Sum of RGB (Red+Green+Blue) = 86+1+180=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 180 (70.70% from 255 or 67.42% from 267); Max value from RGB is 180 - color contains mainly: blue. Hex color #5601B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5601B4 is #A9FE4B. Grayscale: #2E2E2E. Windows color (decimal): -11140684 or 11796822. OLE color: 11796822.

HSL color Cylindrical-coordinate representation of color #5601B4: hue angle of 268.49º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5601B4 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB861180-
CMYK0.520.9900.29
HSL268.49º98.9%35.49%-
HSV(B)268.49º99.44%70.59%-
XYZ12.095.343.57-
YUV46.82203.16155.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 180 (70.70% from 255) = 67.42%
R=32.21%
G=0.37%
B=67.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8611800.520.9900.29268.4998.935.49
Hex561B4346301D10c6323
Octal12612646414303541414343
Binary101011011011010011010011000110111011000011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5601B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5601B4; }

 p { color: rgb(86,1,180); }

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

<style>
 a { background-color: #5601B4; }

 a { background-color: rgb(86,1,180); }

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

<style>
 span { border-color: #5601B4; }

 span { border-color: rgb(86,1,180); }

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