#7415BB

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

Shades of Purple Heart #7415BB

Tints of Purple Heart #7415BB

Color information

#7415BB (or 0x7415BB) is unknown color: approx Purple Heart. HEX triplet: 74, 15 and BB. RGB value is (116,21,187). Sum of RGB (Red+Green+Blue) = 116+21+187=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #7415BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415BB is #8BEA44. Grayscale: #434343. Windows color (decimal): -9169477 or 12260724. OLE color: 12260724.

HSL color Cylindrical-coordinate representation of color #7415BB: hue angle of 274.34º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7415BB is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11621187-
CMYK0.380.8900.27
HSL274.34º79.81%40.78%-
HSV(B)274.34º88.77%73.33%-
XYZ16.447.8447.66-
YUV68.33194.97162-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 187 (73.44% from 255) = 57.72%
R=35.80%
G=6.48%
B=57.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116211870.380.8900.27274.3479.8140.78
Hex7415BB265901B1125029
Octal164252734613103342212051
Binary1110100101011011101110011010110010110111000100101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7415BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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