#7146be

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

Shades of Purple Heart #7146BE

Tints of Purple Heart #7146BE

Color information

#7146BE (or 0x7146BE) is unknown color: approx Purple Heart. HEX triplet: 71, 46 and BE. RGB value is (113,70,190). Sum of RGB (Red+Green+Blue) = 113+70+190=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #7146BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7146BE is #8EB941. Grayscale: #606060. Windows color (decimal): -9353538 or 12469873. OLE color: 12469873.

HSL color Cylindrical-coordinate representation of color #7146BE: hue angle of 261.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7146BE is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11370190-
CMYK0.410.6300.25
HSL261.5º48%50.98%-
HSV(B)261.5º63.16%74.51%-
XYZ18.2911.6149.99-
YUV96.54180.75139.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=30.29%
G=18.77%
B=50.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113701900.410.6300.25261.54850.98
Hex7146BE293F0191063033
Octal16110627651770314066063
Binary1110001100011010111110101001111111011001100000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7146be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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