Html Css Color HEX #7912AE Purple Heart

📋 copy color: '#7912AE'

red 121 ◦ green 18 ◦ blue 174

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

Shades of Purple Heart #7912AE

Tints of Purple Heart #7912AE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.75%

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 38.66%
G = 5.75%
B = 55.59%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7912AE (or 0x7912AE) is known color: Purple Heart. HEX triplet: 79, 12 and AE. RGB value is (121,18,174). Sum of RGB (Red+Green+Blue) = 121+18+174=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #7912AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7912AE is #86ED51. Grayscale: #424242. Windows color (decimal): -8842578 or 11407993. OLE color: 11407993.

HSL color Cylindrical-coordinate representation of color #7912AE: hue angle of 279.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7912AE is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 18 174 -
CMYK 0.30 0.90 0 0.32
HSL 279.62º 0.81% 0.38% -
HSV(B) 279.62º 0.9% 0.68% -
XYZ 15.74 7.55 40.67 -
YUV 66.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 121 18 174 0.30 0.90 0 0.32 279.62 0.81 0.38
Hex 79 12 AE 1E 5A 0 20 118 51 26
Octal 171 22 256 36 132 0 40 430 121 46
Binary 1111001 10010 10101110 11110 1011010 0 100000 100011000 1010001 100110

Color Harmonies of #7912AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7912AE

Black with #7912AE

Text Example


Text Example

White with #7912AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7912AE; }

 p { color: rgb(121,18,174); }

 H1.HeaderClassName
 {
   color: #7912AE;
 }
 .AnyTagClassName
 {
   color: #7912AE;
 }
</style>

background-color css

<style>
 a { background-color: #7912AE; }

 a { background-color: rgb(121,18,174); }

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

border-color css

<style>
 span { border-color: #7912AE; }

 span { border-color: rgb(121,18,174); }

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