#7141BF

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

Shades of Purple Heart #7141BF

Tints of Purple Heart #7141BF

Color information

#7141BF (or 0x7141BF) is unknown color: approx Purple Heart. HEX triplet: 71, 41 and BF. RGB value is (113,65,191). Sum of RGB (Red+Green+Blue) = 113+65+191=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #7141BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7141BF is #8EBE40. Grayscale: #5D5D5D. Windows color (decimal): -9354817 or 12534129. OLE color: 12534129.

HSL color Cylindrical-coordinate representation of color #7141BF: hue angle of 262.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7141BF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11365191-
CMYK0.410.6600.25
HSL262.86º49.61%50.2%-
HSV(B)262.86º65.97%74.9%-
XYZ18.111.0550.47-
YUV93.72182.9141.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 191 (75% from 255) = 51.76%
R=30.62%
G=17.62%
B=51.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113651910.410.6600.25262.8649.6150.2
Hex7141BF29420191073232
Octal161101277511020314076262
Binary11100011000001101111111010011000010011001100000111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7141BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7141BF; }

 p { color: rgb(113,65,191); }

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

<style>
 a { background-color: #7141BF; }

 a { background-color: rgb(113,65,191); }

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

<style>
 span { border-color: #7141BF; }

 span { border-color: rgb(113,65,191); }

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