#5436BB

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

Shades of Purple Heart #5436BB

Tints of Purple Heart #5436BB

Color information

#5436BB (or 0x5436BB) is unknown color: approx Purple Heart. HEX triplet: 54, 36 and BB. RGB value is (84,54,187). Sum of RGB (Red+Green+Blue) = 84+54+187=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #5436BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5436BB is #ABC944. Grayscale: #4D4D4D. Windows color (decimal): -11258181 or 12269140. OLE color: 12269140.

HSL color Cylindrical-coordinate representation of color #5436BB: hue angle of 253.53º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5436BB is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8454187-
CMYK0.550.7100.27
HSL253.53º55.19%47.25%-
HSV(B)253.53º71.12%73.33%-
XYZ13.948.1147.84-
YUV78.13189.44132.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 187 (73.44% from 255) = 57.54%
R=25.85%
G=16.62%
B=57.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84541870.550.7100.27253.5355.1947.25
Hex5436BB374701Bfe372f
Octal12466273671070333766757
Binary101010011011010111011110111100011101101111111110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5436BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5436BB; }

 p { color: rgb(84,54,187); }

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

<style>
 a { background-color: #5436BB; }

 a { background-color: rgb(84,54,187); }

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

<style>
 span { border-color: #5436BB; }

 span { border-color: rgb(84,54,187); }

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