Html Css Color HEX #4919BE Purple Heart

📋 copy color: '#4919BE'

red 73 ◦ green 25 ◦ blue 190

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

Shades of Purple Heart #4919BE

Tints of Purple Heart #4919BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

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

R = 25.35%
G = 8.68%
B = 65.97%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4919BE (or 0x4919BE) is known color: Purple Heart. HEX triplet: 49, 19 and BE. RGB value is (73,25,190). Sum of RGB (Red+Green+Blue) = 73+25+190=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #4919BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4919BE is #B6E641. Grayscale: #393939. Windows color (decimal): -11986498 or 12458313. OLE color: 12458313.

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

Color convert

RGB 73 25 190 -
CMYK 0.62 0.87 0 0.25
HSL 257.45º 0.77% 0.42% -
HSV(B) 257.45º 0.87% 0.75% -
XYZ 12.39 5.83 49.19 -
YUV 58.16 202.4 138.58 -
System Red Green Blue C M Y K H S L
Decimal 73 25 190 0.62 0.87 0 0.25 257.45 0.77 0.42
Hex 49 19 BE 3E 57 0 19 101 4D 2A
Octal 111 31 276 76 127 0 31 401 115 52
Binary 1001001 11001 10111110 111110 1010111 0 11001 100000001 1001101 101010

Color Harmonies of #4919BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4919BE

Black with #4919BE

Text Example


Text Example

White with #4919BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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