#7412CC

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

Shades of Purple Heart #7412CC

Tints of Purple Heart #7412CC

Color information

#7412CC (or 0x7412CC) is unknown color: approx Purple Heart. HEX triplet: 74, 12 and CC. RGB value is (116,18,204). Sum of RGB (Red+Green+Blue) = 116+18+204=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #7412CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412CC is #8BED33. Grayscale: #434343. Windows color (decimal): -9170228 or 13374068. OLE color: 13374068.

HSL color Cylindrical-coordinate representation of color #7412CC: hue angle of 271.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7412CC is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11618204-
CMYK0.430.9100.2
HSL271.61º83.78%43.53%-
HSV(B)271.61º91.18%80%-
XYZ18.328.5157.8-
YUV68.51204.47161.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 18 (7.42% from 255) = 5.33%
BLUE value IS 204 (80.08% from 255) = 60.36%
R=34.32%
G=5.33%
B=60.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116182040.430.9100.2271.6183.7843.53
Hex7412CC2B5B014110542c
Octal164223145313302442012454
Binary1110100100101100110010101110110110101001000100001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7412CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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