#5430BF

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

Shades of Purple Heart #5430BF

Tints of Purple Heart #5430BF

Color information

#5430BF (or 0x5430BF) is unknown color: approx Purple Heart. HEX triplet: 54, 30 and BF. RGB value is (84,48,191). Sum of RGB (Red+Green+Blue) = 84+48+191=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #5430BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430BF is #ABCF40. Grayscale: #4A4A4A. Windows color (decimal): -11259713 or 12529748. OLE color: 12529748.

HSL color Cylindrical-coordinate representation of color #5430BF: hue angle of 255.1º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5430BF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8448191-
CMYK0.560.7500.25
HSL255.1º59.83%46.86%-
HSV(B)255.1º74.87%74.9%-
XYZ14.127.7650.04-
YUV75.07193.43134.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 191 (75% from 255) = 59.13%
R=26.01%
G=14.86%
B=59.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84481910.560.7500.25255.159.8346.86
Hex5430BF384B019ff3c2f
Octal12460277701130313777457
Binary101010011000010111111111000100101101100111111111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5430BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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