#7142BD

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

Shades of Purple Heart #7142BD

Tints of Purple Heart #7142BD

Color information

#7142BD (or 0x7142BD) is unknown color: approx Purple Heart. HEX triplet: 71, 42 and BD. RGB value is (113,66,189). Sum of RGB (Red+Green+Blue) = 113+66+189=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #7142BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7142BD is #8EBD42. Grayscale: #5D5D5D. Windows color (decimal): -9354563 or 12403313. OLE color: 12403313.

HSL color Cylindrical-coordinate representation of color #7142BD: hue angle of 262.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7142BD is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11366189-
CMYK0.400.6500.26
HSL262.93º48.24%50%-
HSV(B)262.93º65.08%74.12%-
XYZ17.9411.0849.34-
YUV94.07181.57141.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=30.71%
G=17.93%
B=51.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113661890.400.6500.26262.9348.2450
Hex7142BD284101A1073032
Octal161102275501010324076062
Binary11100011000010101111011010001000001011010100000111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7142BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7142BD; }

 p { color: rgb(113,66,189); }

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

<style>
 a { background-color: #7142BD; }

 a { background-color: rgb(113,66,189); }

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

<style>
 span { border-color: #7142BD; }

 span { border-color: rgb(113,66,189); }

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