#5437DC

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

Shades of Purple Heart #5437DC

Tints of Purple Heart #5437DC

Color information

#5437DC (or 0x5437DC) is unknown color: approx Purple Heart. HEX triplet: 54, 37 and DC. RGB value is (84,55,220). Sum of RGB (Red+Green+Blue) = 84+55+220=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #5437DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5437DC is #ABC823. Grayscale: #515151. Windows color (decimal): -11257892 or 14432084. OLE color: 14432084.

HSL color Cylindrical-coordinate representation of color #5437DC: hue angle of 250.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5437DC is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8455220-
CMYK0.620.7500.14
HSL250.55º70.21%53.92%-
HSV(B)250.55º75%86.27%-
XYZ17.949.7868.65-
YUV82.48205.61129.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 220 (86.33% from 255) = 61.28%
R=23.40%
G=15.32%
B=61.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal84552200.620.7500.14250.5570.2153.92
Hex5437DC3E4B0Efb4636
Octal124673347611301637310666
Binary101010011011111011100111110100101101110111110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5437DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5437DC; }

 p { color: rgb(84,55,220); }

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

<style>
 a { background-color: #5437DC; }

 a { background-color: rgb(84,55,220); }

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

<style>
 span { border-color: #5437DC; }

 span { border-color: rgb(84,55,220); }

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