#7143bb

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

Shades of Purple Heart #7143BB

Tints of Purple Heart #7143BB

Color information

#7143BB (or 0x7143BB) is unknown color: approx Purple Heart. HEX triplet: 71, 43 and BB. RGB value is (113,67,187). Sum of RGB (Red+Green+Blue) = 113+67+187=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #7143BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7143BB is #8EBC44. Grayscale: #5E5E5E. Windows color (decimal): -9354309 or 12272497. OLE color: 12272497.

HSL color Cylindrical-coordinate representation of color #7143BB: hue angle of 263º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7143BB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11367187-
CMYK0.400.6400.27
HSL263º47.24%49.8%-
HSV(B)263º64.17%73.33%-
XYZ17.7911.1148.22-
YUV94.43180.24141.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=30.79%
G=18.26%
B=50.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113671870.400.6400.2726347.2449.8
Hex7143BB284001B1072f32
Octal161103273501000334075762
Binary11100011000011101110111010001000000011011100000111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7143bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7143bb; }

 p { color: rgb(113,67,187); }

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

<style>
 a { background-color: #7143bb; }

 a { background-color: rgb(113,67,187); }

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

<style>
 span { border-color: #7143bb; }

 span { border-color: rgb(113,67,187); }

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