#7113BC

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

Shades of Purple Heart #7113BC

Tints of Purple Heart #7113BC

Color information

#7113BC (or 0x7113BC) is unknown color: approx Purple Heart. HEX triplet: 71, 13 and BC. RGB value is (113,19,188). Sum of RGB (Red+Green+Blue) = 113+19+188=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #7113BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7113BC is #8EEC43. Grayscale: #414141. Windows color (decimal): -9366596 or 12325745. OLE color: 12325745.

HSL color Cylindrical-coordinate representation of color #7113BC: hue angle of 273.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7113BC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11319188-
CMYK0.400.9000.26
HSL273.37º81.64%40.59%-
HSV(B)273.37º89.89%73.73%-
XYZ16.127.6148.2-
YUV66.37196.64161.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 19 (7.81% from 255) = 5.94%
BLUE value IS 188 (73.83% from 255) = 58.75%
R=35.31%
G=5.94%
B=58.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113191880.400.9000.26273.3781.6440.59
Hex7113BC285A01A1115229
Octal161232745013203242112251
Binary1110001100111011110010100010110100110101000100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7113BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7113BC; }

 p { color: rgb(113,19,188); }

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

<style>
 a { background-color: #7113BC; }

 a { background-color: rgb(113,19,188); }

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

<style>
 span { border-color: #7113BC; }

 span { border-color: rgb(113,19,188); }

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