Html Css Color HEX #5037BD Purple Heart

📋 copy color: '#5037BD'

red 80 ◦ green 55 ◦ blue 189

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

Shades of Purple Heart #5037BD

Tints of Purple Heart #5037BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.33%

R = 24.69%
G = 16.98%
B = 58.33%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5037BD (or 0x5037BD) is known color: Purple Heart. HEX triplet: 50, 37 and BD. RGB value is (80,55,189). Sum of RGB (Red+Green+Blue) = 80+55+189=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #5037BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5037BD is #AFC842. Grayscale: #4D4D4D. Windows color (decimal): -11520067 or 12400464. OLE color: 12400464.

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

Color convert

RGB 80 55 189 -
CMYK 0.58 0.71 0 0.26
HSL 251.19º 0.55% 0.48% -
HSV(B) 251.19º 0.71% 0.74% -
XYZ 13.86 8.11 48.98 -
YUV 77.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 80 55 189 0.58 0.71 0 0.26 251.19 0.55 0.48
Hex 50 37 BD 3A 47 0 1A FB 37 30
Octal 120 67 275 72 107 0 32 373 67 60
Binary 1010000 110111 10111101 111010 1000111 0 11010 11111011 110111 110000

Color Harmonies of #5037BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5037BD

Black with #5037BD

Text Example


Text Example

White with #5037BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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