#7611BA

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

Shades of Purple Heart #7611BA

Tints of Purple Heart #7611BA

Color information

#7611BA (or 0x7611BA) is unknown color: approx Purple Heart. HEX triplet: 76, 11 and BA. RGB value is (118,17,186). Sum of RGB (Red+Green+Blue) = 118+17+186=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #7611BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7611BA is #89EE45. Grayscale: #414141. Windows color (decimal): -9039430 or 12194166. OLE color: 12194166.

HSL color Cylindrical-coordinate representation of color #7611BA: hue angle of 275.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7611BA is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11817186-
CMYK0.370.9100.27
HSL275.86º83.25%39.8%-
HSV(B)275.86º90.86%72.94%-
XYZ16.537.847.09-
YUV66.46195.46164.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=36.76%
G=5.30%
B=57.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118171860.370.9100.27275.8683.2539.8
Hex7611BA255B01B1145328
Octal166212724513303342412350
Binary1110110100011011101010010110110110110111000101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7611BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7611BA; }

 p { color: rgb(118,17,186); }

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

<style>
 a { background-color: #7611BA; }

 a { background-color: rgb(118,17,186); }

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

<style>
 span { border-color: #7611BA; }

 span { border-color: rgb(118,17,186); }

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