#7110BA

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

Shades of Purple Heart #7110BA

Tints of Purple Heart #7110BA

Color information

#7110BA (or 0x7110BA) is unknown color: approx Purple Heart. HEX triplet: 71, 10 and BA. RGB value is (113,16,186). Sum of RGB (Red+Green+Blue) = 113+16+186=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #7110BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7110BA is #8EEF45. Grayscale: #3F3F3F. Windows color (decimal): -9367366 or 12193905. OLE color: 12193905.

HSL color Cylindrical-coordinate representation of color #7110BA: hue angle of 274.24º degrees, saturation: 0.84, 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 #7110BA is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11316186-
CMYK0.390.9100.27
HSL274.24º84.16%39.61%-
HSV(B)274.24º91.4%72.94%-
XYZ15.867.4347.05-
YUV64.38196.64162.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 16 (6.64% from 255) = 5.08%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=35.87%
G=5.08%
B=59.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113161860.390.9100.27274.2484.1639.61
Hex7110BA275B01B1125428
Octal161202724713303342212450
Binary1110001100001011101010011110110110110111000100101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7110BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,16,186); }

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

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

 a { background-color: rgb(113,16,186); }

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

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

 span { border-color: rgb(113,16,186); }

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