Html Css Color HEX #7419AA Purple Heart

📋 copy color: '#7419AA'

red 116 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #7419AA

Tints of Purple Heart #7419AA

RGB

 RED value IS 116 (45.7% from 255) = 37.3%

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

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

R = 37.3%
G = 8.04%
B = 54.66%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7419AA (or 0x7419AA) is known color: Purple Heart. HEX triplet: 74, 19 and AA. RGB value is (116,25,170). Sum of RGB (Red+Green+Blue) = 116+25+170=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #7419AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7419AA is #8BE655. Grayscale: #444444. Windows color (decimal): -9168470 or 11147636. OLE color: 11147636.

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

Color convert

RGB 116 25 170 -
CMYK 0.32 0.85 0 0.33
HSL 277.66º 0.74% 0.38% -
HSV(B) 277.66º 0.85% 0.67% -
XYZ 14.81 7.31 38.66 -
YUV 68.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 116 25 170 0.32 0.85 0 0.33 277.66 0.74 0.38
Hex 74 19 AA 20 55 0 21 116 4A 26
Octal 164 31 252 40 125 0 41 426 112 46
Binary 1110100 11001 10101010 100000 1010101 0 100001 100010110 1001010 100110

Color Harmonies of #7419AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7419AA

Black with #7419AA

Text Example


Text Example

White with #7419AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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