#7446BE

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

Shades of Purple Heart #7446BE

Tints of Purple Heart #7446BE

Color information

#7446BE (or 0x7446BE) is unknown color: approx Purple Heart. HEX triplet: 74, 46 and BE. RGB value is (116,70,190). Sum of RGB (Red+Green+Blue) = 116+70+190=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #7446BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446BE is #8BB941. Grayscale: #616161. Windows color (decimal): -9156930 or 12469876. OLE color: 12469876.

HSL color Cylindrical-coordinate representation of color #7446BE: hue angle of 263º 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 #7446BE is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11670190-
CMYK0.390.6300.25
HSL263º48%50.98%-
HSV(B)263º63.16%74.51%-
XYZ18.6911.8150.01-
YUV97.43180.24141.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=30.85%
G=18.62%
B=50.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116701900.390.6300.252634850.98
Hex7446BE273F0191073033
Octal16410627647770314076063
Binary1110100100011010111110100111111111011001100000111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7446BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7446BE; }

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

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

<style>
 a { background-color: #7446BE; }

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

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

<style>
 span { border-color: #7446BE; }

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

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