Html Css Color HEX #7419AB Purple Heart

📋 copy color: '#7419AB'

red 116 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #7419AB

Tints of Purple Heart #7419AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 37.18%
G = 8.01%
B = 54.81%

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

#7419AB (or 0x7419AB) is known color: Purple Heart. HEX triplet: 74, 19 and AB. RGB value is (116,25,171). Sum of RGB (Red+Green+Blue) = 116+25+171=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #7419AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7419AB is #8BE654. Grayscale: #444444. Windows color (decimal): -9168469 or 11213172. OLE color: 11213172.

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

Color convert

RGB 116 25 171 -
CMYK 0.32 0.85 0 0.33
HSL 277.4º 0.74% 0.38% -
HSV(B) 277.4º 0.85% 0.67% -
XYZ 14.9 7.35 39.16 -
YUV 68.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 116 25 171 0.32 0.85 0 0.33 277.4 0.74 0.38
Hex 74 19 AB 20 55 0 21 115 4A 26
Octal 164 31 253 40 125 0 41 425 112 46
Binary 1110100 11001 10101011 100000 1010101 0 100001 100010101 1001010 100110

Color Harmonies of #7419AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7419AB

Black with #7419AB

Text Example


Text Example

White with #7419AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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