Html Css Color HEX #5037B1 Purple Heart

📋 copy color: '#5037B1'

red 80 ◦ green 55 ◦ blue 177

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

Shades of Purple Heart #5037B1

Tints of Purple Heart #5037B1

RGB

 RED value IS 80 (31.64% from 255) = 25.64%

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

 BLUE value IS 177 (69.53% from 255) = 56.73%

R = 25.64%
G = 17.63%
B = 56.73%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5037B1 (or 0x5037B1) is known color: Purple Heart. HEX triplet: 50, 37 and B1. RGB value is (80,55,177). Sum of RGB (Red+Green+Blue) = 80+55+177=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #5037B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5037B1 is #AFC84E. Grayscale: #4B4B4B. Windows color (decimal): -11520079 or 11614032. OLE color: 11614032.

HSL color Cylindrical-coordinate representation of color #5037B1: hue angle of 252.3º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5037B1 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 55 177 -
CMYK 0.55 0.69 0 0.31
HSL 252.3º 0.53% 0.45% -
HSV(B) 252.3º 0.69% 0.69% -
XYZ 12.61 7.61 42.4 -
YUV 76.38 184.78 130.58 -
System Red Green Blue C M Y K H S L
Decimal 80 55 177 0.55 0.69 0 0.31 252.3 0.53 0.45
Hex 50 37 B1 37 45 0 1F FC 35 2D
Octal 120 67 261 67 105 0 37 374 65 55
Binary 1010000 110111 10110001 110111 1000101 0 11111 11111100 110101 101101

Color Harmonies of #5037B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5037B1

Black with #5037B1

Text Example


Text Example

White with #5037B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5037B1; }

 p { color: rgb(80,55,177); }

 H1.HeaderClassName
 {
   color: #5037B1;
 }
 .AnyTagClassName
 {
   color: #5037B1;
 }
</style>

background-color css

<style>
 a { background-color: #5037B1; }

 a { background-color: rgb(80,55,177); }

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

border-color css

<style>
 span { border-color: #5037B1; }

 span { border-color: rgb(80,55,177); }

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