#5429C8

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

Shades of Purple Heart #5429C8

Tints of Purple Heart #5429C8

Color information

#5429C8 (or 0x5429C8) is unknown color: approx Purple Heart. HEX triplet: 54, 29 and C8. RGB value is (84,41,200). Sum of RGB (Red+Green+Blue) = 84+41+200=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #5429C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5429C8 is #ABD637. Grayscale: #474747. Windows color (decimal): -11261496 or 13117780. OLE color: 13117780.

HSL color Cylindrical-coordinate representation of color #5429C8: hue angle of 256.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5429C8 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8441200-
CMYK0.580.8000.22
HSL256.23º65.98%47.25%-
HSV(B)256.23º79.5%78.43%-
XYZ14.877.6455.33-
YUV71.98200.25136.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 200 (78.52% from 255) = 61.54%
R=25.85%
G=12.62%
B=61.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84412000.580.8000.22256.2365.9847.25
Hex5429C83A50016100422f
Octal124513107212002640010257
Binary10101001010011100100011101010100000101101000000001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5429C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5429C8; }

 p { color: rgb(84,41,200); }

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

<style>
 a { background-color: #5429C8; }

 a { background-color: rgb(84,41,200); }

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

<style>
 span { border-color: #5429C8; }

 span { border-color: rgb(84,41,200); }

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