#7613AA

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

Shades of Purple Heart #7613AA

Tints of Purple Heart #7613AA

Color information

#7613AA (or 0x7613AA) is unknown color: approx Purple Heart. HEX triplet: 76, 13 and AA. RGB value is (118,19,170). Sum of RGB (Red+Green+Blue) = 118+19+170=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #7613AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7613AA is #89EC55. Grayscale: #414141. Windows color (decimal): -9038934 or 11146102. OLE color: 11146102.

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

Color convert

RGB11819170-
CMYK0.310.8900.33
HSL279.34º79.89%37.06%-
HSV(B)279.34º88.82%66.67%-
XYZ14.967.2238.64-
YUV65.82186.8165.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 19 (7.81% from 255) = 6.19%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=38.44%
G=6.19%
B=55.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118191700.310.8900.33279.3479.8937.06
Hex7613AA1F590211175025
Octal166232523713104142712045
Binary1110110100111010101011111101100101000011000101111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7613AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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