#7611B8

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

Shades of Purple Heart #7611B8

Tints of Purple Heart #7611B8

Color information

#7611B8 (or 0x7611B8) is unknown color: approx Purple Heart. HEX triplet: 76, 11 and B8. RGB value is (118,17,184). Sum of RGB (Red+Green+Blue) = 118+17+184=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 184 (72.27% from 255 or 57.68% from 319); Max value from RGB is 184 - color contains mainly: blue. Hex color #7611B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7611B8 is #89EE47. Grayscale: #414141. Windows color (decimal): -9039432 or 12063094. OLE color: 12063094.

HSL color Cylindrical-coordinate representation of color #7611B8: hue angle of 276.29º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7611B8 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11817184-
CMYK0.360.9100.28
HSL276.29º83.08%39.41%-
HSV(B)276.29º90.76%72.16%-
XYZ16.327.7145.98-
YUV66.24194.46164.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 184 (72.27% from 255) = 57.68%
R=36.99%
G=5.33%
B=57.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118171840.360.9100.28276.2983.0839.41
Hex7611B8245B01C1145327
Octal166212704413303442412347
Binary1110110100011011100010010010110110111001000101001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7611B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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