Html Css Color HEX #5037BB Purple Heart

📋 copy color: '#5037BB'

red 80 ◦ green 55 ◦ blue 187

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

Shades of Purple Heart #5037BB

Tints of Purple Heart #5037BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.07%

R = 24.84%
G = 17.08%
B = 58.07%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5037BB (or 0x5037BB) is known color: Purple Heart. HEX triplet: 50, 37 and BB. RGB value is (80,55,187). Sum of RGB (Red+Green+Blue) = 80+55+187=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #5037BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5037BB is #AFC844. Grayscale: #4D4D4D. Windows color (decimal): -11520069 or 12269392. OLE color: 12269392.

HSL color Cylindrical-coordinate representation of color #5037BB: hue angle of 251.36º 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 #5037BB is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 55 187 -
CMYK 0.57 0.71 0 0.27
HSL 251.36º 0.55% 0.47% -
HSV(B) 251.36º 0.71% 0.73% -
XYZ 13.64 8.03 47.84 -
YUV 77.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 80 55 187 0.57 0.71 0 0.27 251.36 0.55 0.47
Hex 50 37 BB 39 47 0 1B FB 37 2F
Octal 120 67 273 71 107 0 33 373 67 57
Binary 1010000 110111 10111011 111001 1000111 0 11011 11111011 110111 101111

Color Harmonies of #5037BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5037BB

Black with #5037BB

Text Example


Text Example

White with #5037BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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