Html Css Color HEX #4937BA Purple Heart

📋 copy color: '#4937BA'

red 73 ◦ green 55 ◦ blue 186

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

Shades of Purple Heart #4937BA

Tints of Purple Heart #4937BA

RGB

 RED value IS 73 (28.91% from 255) = 23.25%

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 23.25%
G = 17.52%
B = 59.24%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4937BA (or 0x4937BA) is known color: Purple Heart. HEX triplet: 49, 37 and BA. RGB value is (73,55,186). Sum of RGB (Red+Green+Blue) = 73+55+186=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #4937BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4937BA is #B6C845. Grayscale: #4A4A4A. Windows color (decimal): -11978822 or 12203849. OLE color: 12203849.

HSL color Cylindrical-coordinate representation of color #4937BA: hue angle of 248.24º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4937BA is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 55 186 -
CMYK 0.61 0.70 0 0.27
HSL 248.24º 0.54% 0.47% -
HSV(B) 248.24º 0.7% 0.73% -
XYZ 12.98 7.69 47.26 -
YUV 75.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 73 55 186 0.61 0.70 0 0.27 248.24 0.54 0.47
Hex 49 37 BA 3D 46 0 1B F8 36 2F
Octal 111 67 272 75 106 0 33 370 66 57
Binary 1001001 110111 10111010 111101 1000110 0 11011 11111000 110110 101111

Color Harmonies of #4937BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4937BA

Black with #4937BA

Text Example


Text Example

White with #4937BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4937BA; }

 p { color: rgb(73,55,186); }

 H1.HeaderClassName
 {
   color: #4937BA;
 }
 .AnyTagClassName
 {
   color: #4937BA;
 }
</style>

background-color css

<style>
 a { background-color: #4937BA; }

 a { background-color: rgb(73,55,186); }

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

border-color css

<style>
 span { border-color: #4937BA; }

 span { border-color: rgb(73,55,186); }

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