#5412C1

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

Shades of Purple Heart #5412C1

Tints of Purple Heart #5412C1

Color information

#5412C1 (or 0x5412C1) is unknown color: approx Purple Heart. HEX triplet: 54, 12 and C1. RGB value is (84,18,193). Sum of RGB (Red+Green+Blue) = 84+18+193=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #5412C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5412C1 is #ABED3E. Grayscale: #393939. Windows color (decimal): -11267391 or 12653140. OLE color: 12653140.

HSL color Cylindrical-coordinate representation of color #5412C1: hue angle of 262.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5412C1 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8418193-
CMYK0.560.9100.24
HSL262.63º82.94%41.37%-
HSV(B)262.63º90.67%75.69%-
XYZ13.56.1750.93-
YUV57.68204.37146.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 18 (7.42% from 255) = 6.10%
BLUE value IS 193 (75.78% from 255) = 65.42%
R=28.47%
G=6.10%
B=65.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84181930.560.9100.24262.6382.9441.37
Hex5412C1385B0181075329
Octal124223017013303040712351
Binary1010100100101100000111100010110110110001000001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5412C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5412C1; }

 p { color: rgb(84,18,193); }

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

<style>
 a { background-color: #5412C1; }

 a { background-color: rgb(84,18,193); }

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

<style>
 span { border-color: #5412C1; }

 span { border-color: rgb(84,18,193); }

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