#5401C5

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

Shades of Purple Heart #5401C5

Tints of Purple Heart #5401C5

Color information

#5401C5 (or 0x5401C5) is unknown color: approx Purple Heart. HEX triplet: 54, 01 and C5. RGB value is (84,1,197). Sum of RGB (Red+Green+Blue) = 84+1+197=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 197 (77.34% from 255 or 69.86% from 282); Max value from RGB is 197 - color contains mainly: blue. Hex color #5401C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5401C5 is #ABFE3A. Grayscale: #2F2F2F. Windows color (decimal): -11271739 or 12910932. OLE color: 12910932.

HSL color Cylindrical-coordinate representation of color #5401C5: hue angle of 265.41º 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 #5401C5 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB841197-
CMYK0.570.9900.23
HSL265.41º98.99%38.82%-
HSV(B)265.41º99.49%77.25%-
XYZ13.755.9453.24-
YUV48.16212153.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 197 (77.34% from 255) = 69.86%
R=29.79%
G=0.35%
B=69.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8411970.570.9900.23265.4198.9938.82
Hex541C539630171096327
Octal12413057114302741114347
Binary101010011100010111100111000110101111000010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5401C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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