#7412C1

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

Shades of Purple Heart #7412C1

Tints of Purple Heart #7412C1

Color information

#7412C1 (or 0x7412C1) is unknown color: approx Purple Heart. HEX triplet: 74, 12 and C1. RGB value is (116,18,193). Sum of RGB (Red+Green+Blue) = 116+18+193=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #7412C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412C1 is #8BED3E. Grayscale: #424242. Windows color (decimal): -9170239 or 12653172. OLE color: 12653172.

HSL color Cylindrical-coordinate representation of color #7412C1: hue angle of 273.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7412C1 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11618193-
CMYK0.400.9100.24
HSL273.6º82.94%41.37%-
HSV(B)273.6º90.67%75.69%-
XYZ17.04851.1-
YUV67.25198.97162.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 193 (75.78% from 255) = 59.02%
R=35.47%
G=5.50%
B=59.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116181930.400.9100.24273.682.9441.37
Hex7412C1285B0181125329
Octal164223015013303042212351
Binary1110100100101100000110100010110110110001000100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7412C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7412C1;
 }
 .AnyTagClassName
 {
   color: #7412C1;
 }
</style>
background-color css

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

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

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

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

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

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