#5428C1

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

Shades of Purple Heart #5428C1

Tints of Purple Heart #5428C1

Color information

#5428C1 (or 0x5428C1) is unknown color: approx Purple Heart. HEX triplet: 54, 28 and C1. RGB value is (84,40,193). Sum of RGB (Red+Green+Blue) = 84+40+193=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #5428C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5428C1 is #ABD73E. Grayscale: #464646. Windows color (decimal): -11261759 or 12658772. OLE color: 12658772.

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

Color convert

RGB8440193-
CMYK0.560.7900.24
HSL257.25º65.67%45.69%-
HSV(B)257.25º79.27%75.69%-
XYZ14.047.2551.11-
YUV70.6197.08137.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 193 (75.78% from 255) = 60.88%
R=26.50%
G=12.62%
B=60.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84401930.560.7900.24257.2565.6745.69
Hex5428C1384F018101422e
Octal124503017011703040110256
Binary10101001010001100000111100010011110110001000000011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5428C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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