Html Css Color HEX #4919AC Purple Heart

📋 copy color: '#4919AC'

red 73 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #4919AC

Tints of Purple Heart #4919AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 27.04%
G = 9.26%
B = 63.7%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4919AC (or 0x4919AC) is known color: Purple Heart. HEX triplet: 49, 19 and AC. RGB value is (73,25,172). Sum of RGB (Red+Green+Blue) = 73+25+172=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #4919AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4919AC is #B6E653. Grayscale: #373737. Windows color (decimal): -11986516 or 11278665. OLE color: 11278665.

HSL color Cylindrical-coordinate representation of color #4919AC: hue angle of 259.59º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4919AC is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 25 172 -
CMYK 0.58 0.85 0 0.33
HSL 259.59º 0.75% 0.39% -
HSV(B) 259.59º 0.85% 0.67% -
XYZ 10.54 5.09 39.46 -
YUV 56.11 193.4 140.05 -
System Red Green Blue C M Y K H S L
Decimal 73 25 172 0.58 0.85 0 0.33 259.59 0.75 0.39
Hex 49 19 AC 3A 55 0 21 104 4B 27
Octal 111 31 254 72 125 0 41 404 113 47
Binary 1001001 11001 10101100 111010 1010101 0 100001 100000100 1001011 100111

Color Harmonies of #4919AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4919AC

Black with #4919AC

Text Example


Text Example

White with #4919AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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