Html Css Color HEX #7918AC Purple Heart

📋 copy color: '#7918AC'

red 121 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #7918AC

Tints of Purple Heart #7918AC

RGB

 RED value IS 121 (47.66% from 255) = 38.17%

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

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

R = 38.17%
G = 7.57%
B = 54.26%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7918AC (or 0x7918AC) is known color: Purple Heart. HEX triplet: 79, 18 and AC. RGB value is (121,24,172). Sum of RGB (Red+Green+Blue) = 121+24+172=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #7918AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7918AC is #86E753. Grayscale: #454545. Windows color (decimal): -8841044 or 11278457. OLE color: 11278457.

HSL color Cylindrical-coordinate representation of color #7918AC: hue angle of 279.32º 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 #7918AC is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 24 172 -
CMYK 0.30 0.86 0 0.33
HSL 279.32º 0.76% 0.38% -
HSV(B) 279.32º 0.86% 0.67% -
XYZ 15.66 7.7 39.69 -
YUV 69.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 121 24 172 0.30 0.86 0 0.33 279.32 0.76 0.38
Hex 79 18 AC 1E 56 0 21 117 4C 26
Octal 171 30 254 36 126 0 41 427 114 46
Binary 1111001 11000 10101100 11110 1010110 0 100001 100010111 1001100 100110

Color Harmonies of #7918AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7918AC

Black with #7918AC

Text Example


Text Example

White with #7918AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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