#5430D7

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

Shades of Purple Heart #5430D7

Tints of Purple Heart #5430D7

Color information

#5430D7 (or 0x5430D7) is unknown color: approx Purple Heart. HEX triplet: 54, 30 and D7. RGB value is (84,48,215). Sum of RGB (Red+Green+Blue) = 84+48+215=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 215 (84.38% from 255 or 61.96% from 347); Max value from RGB is 215 - color contains mainly: blue. Hex color #5430D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430D7 is #ABCF28. Grayscale: #4D4D4D. Windows color (decimal): -11259689 or 14102612. OLE color: 14102612.

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

Color convert

RGB8448215-
CMYK0.610.7800.16
HSL252.93º67.61%51.57%-
HSV(B)252.93º77.67%84.31%-
XYZ16.988.9165.11-
YUV77.8205.43132.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 215 (84.38% from 255) = 61.96%
R=24.21%
G=13.83%
B=61.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal84482150.610.7800.16252.9367.6151.57
Hex5430D73D4E010fd4434
Octal124603277511602037510464
Binary1010100110000110101111111011001110010000111111011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5430D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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