#7446C4

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

Shades of Purple Heart #7446C4

Tints of Purple Heart #7446C4

Color information

#7446C4 (or 0x7446C4) is unknown color: approx Purple Heart. HEX triplet: 74, 46 and C4. RGB value is (116,70,196). Sum of RGB (Red+Green+Blue) = 116+70+196=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #7446C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446C4 is #8BB93B. Grayscale: #616161. Windows color (decimal): -9156924 or 12863092. OLE color: 12863092.

HSL color Cylindrical-coordinate representation of color #7446C4: hue angle of 261.9º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7446C4 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11670196-
CMYK0.410.6400.23
HSL261.9º51.64%52.16%-
HSV(B)261.9º64.29%76.86%-
XYZ19.3612.0853.54-
YUV98.12183.24140.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 70 (27.73% from 255) = 18.32%
BLUE value IS 196 (76.95% from 255) = 51.31%
R=30.37%
G=18.32%
B=51.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116701960.410.6400.23261.951.6452.16
Hex7446C429400171063434
Octal164106304511000274066464
Binary11101001000110110001001010011000000010111100000110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7446C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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