Html Css Color HEX #4A19AC Purple Heart

📋 copy color: '#4A19AC'

red 74 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #4A19AC

Tints of Purple Heart #4A19AC

RGB

 RED value IS 74 (29.3% from 255) = 27.31%

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

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

R = 27.31%
G = 9.23%
B = 63.47%

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

#4A19AC (or 0x4A19AC) is known color: Purple Heart. HEX triplet: 4A, 19 and AC. RGB value is (74,25,172). Sum of RGB (Red+Green+Blue) = 74+25+172=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A19AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A19AC is #B5E653. Grayscale: #373737. Windows color (decimal): -11920980 or 11278666. OLE color: 11278666.

HSL color Cylindrical-coordinate representation of color #4A19AC: hue angle of 260º 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 #4A19AC is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 25 172 -
CMYK 0.57 0.85 0 0.33
HSL 260º 0.75% 0.39% -
HSV(B) 260º 0.85% 0.67% -
XYZ 10.62 5.13 39.46 -
YUV 56.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 74 25 172 0.57 0.85 0 0.33 260 0.75 0.39
Hex 4A 19 AC 39 55 0 21 104 4B 27
Octal 112 31 254 71 125 0 41 404 113 47
Binary 1001010 11001 10101100 111001 1010101 0 100001 100000100 1001011 100111

Color Harmonies of #4A19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A19AC

Black with #4A19AC

Text Example


Text Example

White with #4A19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A19AC; }

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

 H1.HeaderClassName
 {
   color: #4A19AC;
 }
 .AnyTagClassName
 {
   color: #4A19AC;
 }
</style>

background-color css

<style>
 a { background-color: #4A19AC; }

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

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

border-color css

<style>
 span { border-color: #4A19AC; }

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

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