#5430D8

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

Shades of Purple Heart #5430D8

Tints of Purple Heart #5430D8

Color information

#5430D8 (or 0x5430D8) is unknown color: approx Purple Heart. HEX triplet: 54, 30 and D8. RGB value is (84,48,216). Sum of RGB (Red+Green+Blue) = 84+48+216=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 216 (84.77% from 255 or 62.07% from 348); Max value from RGB is 216 - color contains mainly: blue. Hex color #5430D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430D8 is #ABCF27. Grayscale: #4D4D4D. Windows color (decimal): -11259688 or 14168148. OLE color: 14168148.

HSL color Cylindrical-coordinate representation of color #5430D8: hue angle of 252.86º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5430D8 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8448216-
CMYK0.610.7800.15
HSL252.86º68.29%51.76%-
HSV(B)252.86º77.78%84.71%-
XYZ17.118.9665.79-
YUV77.92205.93132.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 216 (84.77% from 255) = 62.07%
R=24.14%
G=13.79%
B=62.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84482160.610.7800.15252.8668.2951.76
Hex5430D83D4E0Ffd4434
Octal124603307511601737510464
Binary101010011000011011000111101100111001111111111011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5430D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5430D8; }

 p { color: rgb(84,48,216); }

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

<style>
 a { background-color: #5430D8; }

 a { background-color: rgb(84,48,216); }

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

<style>
 span { border-color: #5430D8; }

 span { border-color: rgb(84,48,216); }

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