Html Css Color HEX #5437BC Purple Heart

📋 copy color: '#5437BC'

red 84 ◦ green 55 ◦ blue 188

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

Shades of Purple Heart #5437BC

Tints of Purple Heart #5437BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 25.69%
G = 16.82%
B = 57.49%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5437BC (or 0x5437BC) is known color: Purple Heart. HEX triplet: 54, 37 and BC. RGB value is (84,55,188). Sum of RGB (Red+Green+Blue) = 84+55+188=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #5437BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5437BC is #ABC843. Grayscale: #4E4E4E. Windows color (decimal): -11257924 or 12334932. OLE color: 12334932.

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

Color convert

RGB 84 55 188 -
CMYK 0.55 0.71 0 0.26
HSL 253.08º 0.55% 0.48% -
HSV(B) 253.08º 0.71% 0.74% -
XYZ 14.1 8.25 48.43 -
YUV 78.83 189.61 131.69 -
System Red Green Blue C M Y K H S L
Decimal 84 55 188 0.55 0.71 0 0.26 253.08 0.55 0.48
Hex 54 37 BC 37 47 0 1A FD 37 30
Octal 124 67 274 67 107 0 32 375 67 60
Binary 1010100 110111 10111100 110111 1000111 0 11010 11111101 110111 110000

Color Harmonies of #5437BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5437BC

Black with #5437BC

Text Example


Text Example

White with #5437BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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