Html Css Color HEX #7413AC Purple Heart

📋 copy color: '#7413AC'

red 116 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #7413AC

Tints of Purple Heart #7413AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.19%

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

R = 37.79%
G = 6.19%
B = 56.03%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7413AC (or 0x7413AC) is known color: Purple Heart. HEX triplet: 74, 13 and AC. RGB value is (116,19,172). Sum of RGB (Red+Green+Blue) = 116+19+172=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #7413AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7413AC is #8BEC53. Grayscale: #404040. Windows color (decimal): -9170004 or 11277172. OLE color: 11277172.

HSL color Cylindrical-coordinate representation of color #7413AC: hue angle of 278.04º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7413AC is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 19 172 -
CMYK 0.33 0.89 0 0.33
HSL 278.04º 0.8% 0.37% -
HSV(B) 278.04º 0.89% 0.67% -
XYZ 14.88 7.16 39.63 -
YUV 65.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 116 19 172 0.33 0.89 0 0.33 278.04 0.8 0.37
Hex 74 13 AC 21 59 0 21 116 50 25
Octal 164 23 254 41 131 0 41 426 120 45
Binary 1110100 10011 10101100 100001 1011001 0 100001 100010110 1010000 100101

Color Harmonies of #7413AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7413AC

Black with #7413AC

Text Example


Text Example

White with #7413AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,19,172); }

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

background-color css

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

 a { background-color: rgb(116,19,172); }

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

border-color css

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

 span { border-color: rgb(116,19,172); }

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