#7615AA

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

Shades of Purple Heart #7615AA

Tints of Purple Heart #7615AA

Color information

#7615AA (or 0x7615AA) is unknown color: approx Purple Heart. HEX triplet: 76, 15 and AA. RGB value is (118,21,170). Sum of RGB (Red+Green+Blue) = 118+21+170=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #7615AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7615AA is #89EA55. Grayscale: #424242. Windows color (decimal): -9038422 or 11146614. OLE color: 11146614.

HSL color Cylindrical-coordinate representation of color #7615AA: hue angle of 279.06º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7615AA is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11821170-
CMYK0.310.8800.33
HSL279.06º78.01%37.45%-
HSV(B)279.06º87.65%66.67%-
XYZ157.2938.65-
YUV66.99186.14164.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=38.19%
G=6.80%
B=55.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118211700.310.8800.33279.0678.0137.45
Hex7615AA1F580211174e25
Octal166252523713004142711645
Binary1110110101011010101011111101100001000011000101111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7615AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7615AA; }

 p { color: rgb(118,21,170); }

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

<style>
 a { background-color: #7615AA; }

 a { background-color: rgb(118,21,170); }

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

<style>
 span { border-color: #7615AA; }

 span { border-color: rgb(118,21,170); }

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