#5402B9

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

Shades of Purple Heart #5402B9

Tints of Purple Heart #5402B9

Color information

#5402B9 (or 0x5402B9) is unknown color: approx Purple Heart. HEX triplet: 54, 02 and B9. RGB value is (84,2,185). Sum of RGB (Red+Green+Blue) = 84+2+185=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 185 (72.66% from 255 or 68.27% from 271); Max value from RGB is 185 - color contains mainly: blue. Hex color #5402B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5402B9 is #ABFD46. Grayscale: #2E2E2E. Windows color (decimal): -11271495 or 12124756. OLE color: 12124756.

HSL color Cylindrical-coordinate representation of color #5402B9: hue angle of 266.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5402B9 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB842185-
CMYK0.550.9900.27
HSL266.89º97.86%36.67%-
HSV(B)266.89º98.92%72.55%-
XYZ12.435.4346.29-
YUV47.38205.67154.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 185 (72.66% from 255) = 68.27%
R=31.00%
G=0.74%
B=68.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8421850.550.9900.27266.8997.8636.67
Hex542B9376301B10b6225
Octal12422716714303341314245
Binary1010100101011100111011111000110110111000010111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5402B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5402B9; }

 p { color: rgb(84,2,185); }

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

<style>
 a { background-color: #5402B9; }

 a { background-color: rgb(84,2,185); }

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

<style>
 span { border-color: #5402B9; }

 span { border-color: rgb(84,2,185); }

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