Html Css Color HEX #7412AE Purple Heart

📋 copy color: '#7412AE'

red 116 ◦ green 18 ◦ blue 174

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

Shades of Purple Heart #7412AE

Tints of Purple Heart #7412AE

RGB

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

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

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

R = 37.66%
G = 5.84%
B = 56.49%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7412AE (or 0x7412AE) is known color: Purple Heart. HEX triplet: 74, 12 and AE. RGB value is (116,18,174). Sum of RGB (Red+Green+Blue) = 116+18+174=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #7412AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7412AE is #8BED51. Grayscale: #404040. Windows color (decimal): -9170258 or 11407988. OLE color: 11407988.

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

Color convert

RGB 116 18 174 -
CMYK 0.33 0.90 0 0.32
HSL 277.69º 0.81% 0.38% -
HSV(B) 277.69º 0.9% 0.68% -
XYZ 15.06 7.2 40.64 -
YUV 65.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 116 18 174 0.33 0.90 0 0.32 277.69 0.81 0.38
Hex 74 12 AE 21 5A 0 20 116 51 26
Octal 164 22 256 41 132 0 40 426 121 46
Binary 1110100 10010 10101110 100001 1011010 0 100000 100010110 1010001 100110

Color Harmonies of #7412AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412AE

Black with #7412AE

Text Example


Text Example

White with #7412AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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