Html Css Color HEX #7412AF Purple Heart

📋 copy color: '#7412AF'

red 116 ◦ green 18 ◦ blue 175

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

Shades of Purple Heart #7412AF

Tints of Purple Heart #7412AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.63%

R = 37.54%
G = 5.83%
B = 56.63%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7412AF (or 0x7412AF) is known color: Purple Heart. HEX triplet: 74, 12 and AF. RGB value is (116,18,175). Sum of RGB (Red+Green+Blue) = 116+18+175=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #7412AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7412AF is #8BED50. Grayscale: #404040. Windows color (decimal): -9170257 or 11473524. OLE color: 11473524.

HSL color Cylindrical-coordinate representation of color #7412AF: hue angle of 277.45º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7412AF is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 18 175 -
CMYK 0.34 0.90 0 0.31
HSL 277.45º 0.81% 0.38% -
HSV(B) 277.45º 0.9% 0.69% -
XYZ 15.16 7.24 41.16 -
YUV 65.2 189.97 164.23 -
System Red Green Blue C M Y K H S L
Decimal 116 18 175 0.34 0.90 0 0.31 277.45 0.81 0.38
Hex 74 12 AF 22 5A 0 1F 115 51 26
Octal 164 22 257 42 132 0 37 425 121 46
Binary 1110100 10010 10101111 100010 1011010 0 11111 100010101 1010001 100110

Color Harmonies of #7412AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412AF

Black with #7412AF

Text Example


Text Example

White with #7412AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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