#5601C5

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

Shades of Purple Heart #5601C5

Tints of Purple Heart #5601C5

Color information

#5601C5 (or 0x5601C5) is unknown color: approx Purple Heart. HEX triplet: 56, 01 and C5. RGB value is (86,1,197). Sum of RGB (Red+Green+Blue) = 86+1+197=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 197 (77.34% from 255 or 69.37% from 284); Max value from RGB is 197 - color contains mainly: blue. Hex color #5601C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5601C5 is #A9FE3A. Grayscale: #303030. Windows color (decimal): -11140667 or 12910934. OLE color: 12910934.

HSL color Cylindrical-coordinate representation of color #5601C5: hue angle of 266.02º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5601C5 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB861197-
CMYK0.560.9900.23
HSL266.02º98.99%38.82%-
HSV(B)266.02º99.49%77.25%-
XYZ13.936.0353.25-
YUV48.76211.66154.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 197 (77.34% from 255) = 69.37%
R=30.28%
G=0.35%
B=69.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8611970.560.9900.23266.0298.9938.82
Hex561C5386301710a6327
Octal12613057014302741214347
Binary101011011100010111100011000110101111000010101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5601C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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