#5403D0

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

Shades of Purple Heart #5403D0

Tints of Purple Heart #5403D0

Color information

#5403D0 (or 0x5403D0) is unknown color: approx Purple Heart. HEX triplet: 54, 03 and D0. RGB value is (84,3,208). Sum of RGB (Red+Green+Blue) = 84+3+208=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #5403D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5403D0 is #ABFC2F. Grayscale: #313131. Windows color (decimal): -11271216 or 13632340. OLE color: 13632340.

HSL color Cylindrical-coordinate representation of color #5403D0: hue angle of 263.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5403D0 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB843208-
CMYK0.600.9900.18
HSL263.71º97.16%41.37%-
HSV(B)263.71º98.56%81.57%-
XYZ15.076.560.14-
YUV50.59216.84151.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 208 (81.64% from 255) = 70.51%
R=28.47%
G=1.02%
B=70.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8432080.600.9900.18263.7197.1641.37
Hex543D03C630121086129
Octal12433207414302241014151
Binary1010100111101000011110011000110100101000010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5403D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5403D0; }

 p { color: rgb(84,3,208); }

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

<style>
 a { background-color: #5403D0; }

 a { background-color: rgb(84,3,208); }

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

<style>
 span { border-color: #5403D0; }

 span { border-color: rgb(84,3,208); }

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