#7415C5

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

Shades of Purple Heart #7415C5

Tints of Purple Heart #7415C5

Color information

#7415C5 (or 0x7415C5) is unknown color: approx Purple Heart. HEX triplet: 74, 15 and C5. RGB value is (116,21,197). Sum of RGB (Red+Green+Blue) = 116+21+197=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #7415C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415C5 is #8BEA3A. Grayscale: #444444. Windows color (decimal): -9169467 or 12916084. OLE color: 12916084.

HSL color Cylindrical-coordinate representation of color #7415C5: hue angle of 272.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7415C5 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11621197-
CMYK0.410.8900.23
HSL272.39º80.73%42.75%-
HSV(B)272.39º89.34%77.25%-
XYZ17.558.2853.5-
YUV69.47199.97161.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 21 (8.59% from 255) = 6.29%
BLUE value IS 197 (77.34% from 255) = 58.98%
R=34.73%
G=6.29%
B=58.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116211970.410.8900.23272.3980.7342.75
Hex7415C52959017110512b
Octal164253055113102742012153
Binary1110100101011100010110100110110010101111000100001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7415C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7415C5; }

 p { color: rgb(116,21,197); }

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

<style>
 a { background-color: #7415C5; }

 a { background-color: rgb(116,21,197); }

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

<style>
 span { border-color: #7415C5; }

 span { border-color: rgb(116,21,197); }

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