Html Css Color HEX #7418AC Purple Heart

📋 copy color: '#7418AC'

red 116 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #7418AC

Tints of Purple Heart #7418AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

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

R = 37.18%
G = 7.69%
B = 55.13%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7418AC (or 0x7418AC) is known color: Purple Heart. HEX triplet: 74, 18 and AC. RGB value is (116,24,172). Sum of RGB (Red+Green+Blue) = 116+24+172=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #7418AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7418AC is #8BE753. Grayscale: #434343. Windows color (decimal): -9168724 or 11278452. OLE color: 11278452.

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

Color convert

RGB 116 24 172 -
CMYK 0.33 0.86 0 0.33
HSL 277.3º 0.76% 0.38% -
HSV(B) 277.3º 0.86% 0.67% -
XYZ 14.98 7.34 39.66 -
YUV 68.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 116 24 172 0.33 0.86 0 0.33 277.3 0.76 0.38
Hex 74 18 AC 21 56 0 21 115 4C 26
Octal 164 30 254 41 126 0 41 425 114 46
Binary 1110100 11000 10101100 100001 1010110 0 100001 100010101 1001100 100110

Color Harmonies of #7418AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7418AC

Black with #7418AC

Text Example


Text Example

White with #7418AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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