Html Css Color HEX #4934BE Purple Heart

📋 copy color: '#4934BE'

red 73 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #4934BE

Tints of Purple Heart #4934BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 23.17%
G = 16.51%
B = 60.32%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4934BE (or 0x4934BE) is known color: Purple Heart. HEX triplet: 49, 34 and BE. RGB value is (73,52,190). Sum of RGB (Red+Green+Blue) = 73+52+190=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #4934BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934BE is #B6CB41. Grayscale: #494949. Windows color (decimal): -11979586 or 12465225. OLE color: 12465225.

HSL color Cylindrical-coordinate representation of color #4934BE: hue angle of 249.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4934BE is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 52 190 -
CMYK 0.62 0.73 0 0.25
HSL 249.13º 0.57% 0.47% -
HSV(B) 249.13º 0.73% 0.75% -
XYZ 13.27 7.59 49.48 -
YUV 74.01 193.46 127.28 -
System Red Green Blue C M Y K H S L
Decimal 73 52 190 0.62 0.73 0 0.25 249.13 0.57 0.47
Hex 49 34 BE 3E 49 0 19 F9 39 2F
Octal 111 64 276 76 111 0 31 371 71 57
Binary 1001001 110100 10111110 111110 1001001 0 11001 11111001 111001 101111

Color Harmonies of #4934BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934BE

Black with #4934BE

Text Example


Text Example

White with #4934BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4934BE; }

 p { color: rgb(73,52,190); }

 H1.HeaderClassName
 {
   color: #4934BE;
 }
 .AnyTagClassName
 {
   color: #4934BE;
 }
</style>

background-color css

<style>
 a { background-color: #4934BE; }

 a { background-color: rgb(73,52,190); }

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

border-color css

<style>
 span { border-color: #4934BE; }

 span { border-color: rgb(73,52,190); }

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