#7412B4

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

Shades of Purple Heart #7412B4

Tints of Purple Heart #7412B4

Color information

#7412B4 (or 0x7412B4) is unknown color: approx Purple Heart. HEX triplet: 74, 12 and B4. RGB value is (116,18,180). Sum of RGB (Red+Green+Blue) = 116+18+180=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #7412B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412B4 is #8BED4B. Grayscale: #414141. Windows color (decimal): -9170252 or 11801204. OLE color: 11801204.

HSL color Cylindrical-coordinate representation of color #7412B4: hue angle of 276.3º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7412B4 is Cyan = 0.36, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11618180-
CMYK0.360.900.29
HSL276.3º81.82%38.82%-
HSV(B)276.3º90%70.59%-
XYZ15.667.4443.79-
YUV65.77192.47163.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 180 (70.70% from 255) = 57.32%
R=36.94%
G=5.73%
B=57.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116181800.360.900.29276.381.8238.82
Hex7412B4245A01D1145227
Octal164222644413203542412247
Binary1110100100101011010010010010110100111011000101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7412B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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