Html Css Color HEX #4919AA Purple Heart

📋 copy color: '#4919AA'

red 73 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #4919AA

Tints of Purple Heart #4919AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 27.24%
G = 9.33%
B = 63.43%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4919AA (or 0x4919AA) is known color: Purple Heart. HEX triplet: 49, 19 and AA. RGB value is (73,25,170). Sum of RGB (Red+Green+Blue) = 73+25+170=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #4919AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4919AA is #B6E655. Grayscale: #373737. Windows color (decimal): -11986518 or 11147593. OLE color: 11147593.

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

Color convert

RGB 73 25 170 -
CMYK 0.57 0.85 0 0.33
HSL 259.86º 0.74% 0.38% -
HSV(B) 259.86º 0.85% 0.67% -
XYZ 10.35 5.01 38.45 -
YUV 55.88 192.4 140.21 -
System Red Green Blue C M Y K H S L
Decimal 73 25 170 0.57 0.85 0 0.33 259.86 0.74 0.38
Hex 49 19 AA 39 55 0 21 104 4A 26
Octal 111 31 252 71 125 0 41 404 112 46
Binary 1001001 11001 10101010 111001 1010101 0 100001 100000100 1001010 100110

Color Harmonies of #4919AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4919AA

Black with #4919AA

Text Example


Text Example

White with #4919AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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