#7412AF

Color #7412AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7412AF

Tints of Purple Heart #7412AF

Color information

#7412AF (or 0x7412AF) is unknown color: approx 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

RGB11618175-
CMYK0.340.9000.31
HSL277.45º81.35%37.84%-
HSV(B)277.45º89.71%68.63%-
XYZ15.167.2441.16-
YUV65.2189.97164.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116181750.340.9000.31277.4581.3537.84
Hex7412AF225A01F1155126
Octal164222574213203742512146
Binary1110100100101010111110001010110100111111000101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7412AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>