Html Css Color HEX #5437BE Purple Heart

📋 copy color: '#5437BE'

red 84 ◦ green 55 ◦ blue 190

#5437BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5437BE

Tints of Purple Heart #5437BE

RGB

 RED value IS 84 (33.2% from 255) = 25.53%

 GREEN value IS 55 (21.88% from 255) = 16.72%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 25.53%
G = 16.72%
B = 57.75%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5437BE (or 0x5437BE) is known color: Purple Heart. HEX triplet: 54, 37 and BE. RGB value is (84,55,190). Sum of RGB (Red+Green+Blue) = 84+55+190=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #5437BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5437BE is #ABC841. Grayscale: #4E4E4E. Windows color (decimal): -11257922 or 12466004. OLE color: 12466004.

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

Color convert

RGB 84 55 190 -
CMYK 0.56 0.71 0 0.25
HSL 252.89º 0.55% 0.48% -
HSV(B) 252.89º 0.71% 0.75% -
XYZ 14.32 8.33 49.57 -
YUV 79.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 84 55 190 0.56 0.71 0 0.25 252.89 0.55 0.48
Hex 54 37 BE 38 47 0 19 FD 37 30
Octal 124 67 276 70 107 0 31 375 67 60
Binary 1010100 110111 10111110 111000 1000111 0 11001 11111101 110111 110000

Color Harmonies of #5437BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5437BE

Black with #5437BE

Text Example


Text Example

White with #5437BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5437BE;
 }
 .AnyTagClassName
 {
   color: #5437BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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