#5414B4

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

Shades of Purple Heart #5414B4

Tints of Purple Heart #5414B4

Color information

#5414B4 (or 0x5414B4) is unknown color: approx Purple Heart. HEX triplet: 54, 14 and B4. RGB value is (84,20,180). Sum of RGB (Red+Green+Blue) = 84+20+180=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 180 (70.70% from 255 or 63.38% from 284); Max value from RGB is 180 - color contains mainly: blue. Hex color #5414B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5414B4 is #ABEB4B. Grayscale: #383838. Windows color (decimal): -11266892 or 11801684. OLE color: 11801684.

HSL color Cylindrical-coordinate representation of color #5414B4: hue angle of 264º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5414B4 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8420180-
CMYK0.530.8900.29
HSL264º80%39.22%-
HSV(B)264º88.89%70.59%-
XYZ12.145.6843.64-
YUV57.38197.2146.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 20 (8.20% from 255) = 7.04%
BLUE value IS 180 (70.70% from 255) = 63.38%
R=29.58%
G=7.04%
B=63.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84201800.530.8900.292648039.22
Hex5414B4355901D1085027
Octal124242646513103541012047
Binary1010100101001011010011010110110010111011000010001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5414B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,20,180); }

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

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

 a { background-color: rgb(84,20,180); }

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

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

 span { border-color: rgb(84,20,180); }

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