#5421B8

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

Shades of Purple Heart #5421B8

Tints of Purple Heart #5421B8

Color information

#5421B8 (or 0x5421B8) is unknown color: approx Purple Heart. HEX triplet: 54, 21 and B8. RGB value is (84,33,184). Sum of RGB (Red+Green+Blue) = 84+33+184=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 184 (72.27% from 255 or 61.13% from 301); Max value from RGB is 184 - color contains mainly: blue. Hex color #5421B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5421B8 is #ABDE47. Grayscale: #404040. Windows color (decimal): -11263560 or 12067156. OLE color: 12067156.

HSL color Cylindrical-coordinate representation of color #5421B8: hue angle of 260.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5421B8 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8433184-
CMYK0.540.8200.28
HSL260.26º69.59%42.55%-
HSV(B)260.26º82.07%72.16%-
XYZ12.856.4345.91-
YUV65.46194.9141.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 184 (72.27% from 255) = 61.13%
R=27.91%
G=10.96%
B=61.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal84331840.540.8200.28260.2669.5942.55
Hex5421B8365201C104462b
Octal124412706612203440410653
Binary10101001000011011100011011010100100111001000001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5421B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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