#5434BF

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

Shades of Purple Heart #5434BF

Tints of Purple Heart #5434BF

Color information

#5434BF (or 0x5434BF) is unknown color: approx Purple Heart. HEX triplet: 54, 34 and BF. RGB value is (84,52,191). Sum of RGB (Red+Green+Blue) = 84+52+191=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #5434BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5434BF is #ABCB40. Grayscale: #4C4C4C. Windows color (decimal): -11258689 or 12530772. OLE color: 12530772.

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

Color convert

RGB8452191-
CMYK0.560.7300.25
HSL253.81º57.2%47.65%-
HSV(B)253.81º72.77%74.9%-
XYZ14.298.150.1-
YUV77.41192.1132.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 191 (75% from 255) = 58.41%
R=25.69%
G=15.90%
B=58.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84521910.560.7300.25253.8157.247.65
Hex5434BF3849019fe3930
Octal12464277701110313767160
Binary101010011010010111111111000100100101100111111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5434BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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