#5421BE

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

Shades of Purple Heart #5421BE

Tints of Purple Heart #5421BE

Color information

#5421BE (or 0x5421BE) is unknown color: approx Purple Heart. HEX triplet: 54, 21 and BE. RGB value is (84,33,190). Sum of RGB (Red+Green+Blue) = 84+33+190=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #5421BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5421BE is #ABDE41. Grayscale: #414141. Windows color (decimal): -11263554 or 12460372. OLE color: 12460372.

HSL color Cylindrical-coordinate representation of color #5421BE: hue angle of 259.49º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5421BE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8433190-
CMYK0.560.8300.25
HSL259.49º70.4%43.73%-
HSV(B)259.49º82.63%74.51%-
XYZ13.496.6949.3-
YUV66.15197.9140.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=27.36%
G=10.75%
B=61.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84331900.560.8300.25259.4970.443.73
Hex5421BE3853019103462c
Octal124412767012303140310654
Binary10101001000011011111011100010100110110011000000111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5421BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5421BE; }

 p { color: rgb(84,33,190); }

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

<style>
 a { background-color: #5421BE; }

 a { background-color: rgb(84,33,190); }

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

<style>
 span { border-color: #5421BE; }

 span { border-color: rgb(84,33,190); }

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