#5404C5

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

Shades of Purple Heart #5404C5

Tints of Purple Heart #5404C5

Color information

#5404C5 (or 0x5404C5) is unknown color: approx Purple Heart. HEX triplet: 54, 04 and C5. RGB value is (84,4,197). Sum of RGB (Red+Green+Blue) = 84+4+197=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 197 (77.34% from 255 or 69.12% from 285); Max value from RGB is 197 - color contains mainly: blue. Hex color #5404C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5404C5 is #ABFB3A. Grayscale: #313131. Windows color (decimal): -11270971 or 12911700. OLE color: 12911700.

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

Color convert

RGB844197-
CMYK0.570.9800.23
HSL264.87º96.02%39.41%-
HSV(B)264.87º97.97%77.25%-
XYZ13.78653.26-
YUV49.92211152.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 197 (77.34% from 255) = 69.12%
R=29.47%
G=1.40%
B=69.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8441970.570.9800.23264.8796.0239.41
Hex544C539620171096027
Octal12443057114202741114047
Binary10101001001100010111100111000100101111000010011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5404C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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