#7146BC

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

Shades of Purple Heart #7146BC

Tints of Purple Heart #7146BC

Color information

#7146BC (or 0x7146BC) is unknown color: approx Purple Heart. HEX triplet: 71, 46 and BC. RGB value is (113,70,188). Sum of RGB (Red+Green+Blue) = 113+70+188=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #7146BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7146BC is #8EB943. Grayscale: #5F5F5F. Windows color (decimal): -9353540 or 12338801. OLE color: 12338801.

HSL color Cylindrical-coordinate representation of color #7146BC: hue angle of 261.86º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7146BC is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11370188-
CMYK0.400.6300.26
HSL261.86º46.83%50.59%-
HSV(B)261.86º62.77%73.73%-
XYZ18.0811.5248.85-
YUV96.31179.75139.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=30.46%
G=18.87%
B=50.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113701880.400.6300.26261.8646.8350.59
Hex7146BC283F01A1062f33
Octal16110627450770324065763
Binary1110001100011010111100101000111111011010100000110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7146BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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