Html Css Color HEX #4919BA Purple Heart

📋 copy color: '#4919BA'

red 73 ◦ green 25 ◦ blue 186

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

Shades of Purple Heart #4919BA

Tints of Purple Heart #4919BA

RGB

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

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

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

R = 25.7%
G = 8.8%
B = 65.49%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4919BA (or 0x4919BA) is known color: Purple Heart. HEX triplet: 49, 19 and BA. RGB value is (73,25,186). Sum of RGB (Red+Green+Blue) = 73+25+186=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #4919BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4919BA is #B6E645. Grayscale: #393939. Windows color (decimal): -11986502 or 12196169. OLE color: 12196169.

HSL color Cylindrical-coordinate representation of color #4919BA: hue angle of 257.89º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4919BA is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 25 186 -
CMYK 0.61 0.87 0 0.27
HSL 257.89º 0.76% 0.41% -
HSV(B) 257.89º 0.87% 0.73% -
XYZ 11.96 5.66 46.92 -
YUV 57.71 200.4 138.91 -
System Red Green Blue C M Y K H S L
Decimal 73 25 186 0.61 0.87 0 0.27 257.89 0.76 0.41
Hex 49 19 BA 3D 57 0 1B 102 4C 29
Octal 111 31 272 75 127 0 33 402 114 51
Binary 1001001 11001 10111010 111101 1010111 0 11011 100000010 1001100 101001

Color Harmonies of #4919BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4919BA

Black with #4919BA

Text Example


Text Example

White with #4919BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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