#5403CC

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

Shades of Purple Heart #5403CC

Tints of Purple Heart #5403CC

Color information

#5403CC (or 0x5403CC) is unknown color: approx Purple Heart. HEX triplet: 54, 03 and CC. RGB value is (84,3,204). Sum of RGB (Red+Green+Blue) = 84+3+204=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #5403CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5403CC is #ABFC33. Grayscale: #313131. Windows color (decimal): -11271220 or 13370196. OLE color: 13370196.

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

Color convert

RGB843204-
CMYK0.590.9900.2
HSL264.18º97.1%40.59%-
HSV(B)264.18º98.53%80%-
XYZ14.596.3157.58-
YUV50.13214.84152.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 204 (80.08% from 255) = 70.10%
R=28.87%
G=1.03%
B=70.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal8432040.590.9900.2264.1897.140.59
Hex543CC3B630141086129
Octal12433147314302441014151
Binary1010100111100110011101111000110101001000010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5403CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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