#7416D0

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

Shades of Purple Heart #7416D0

Tints of Purple Heart #7416D0

Color information

#7416D0 (or 0x7416D0) is unknown color: approx Purple Heart. HEX triplet: 74, 16 and D0. RGB value is (116,22,208). Sum of RGB (Red+Green+Blue) = 116+22+208=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #7416D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416D0 is #8BE92F. Grayscale: #464646. Windows color (decimal): -9169200 or 13637236. OLE color: 13637236.

HSL color Cylindrical-coordinate representation of color #7416D0: hue angle of 270.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7416D0 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11622208-
CMYK0.440.8900.18
HSL270.32º80.87%45.1%-
HSV(B)270.32º89.42%81.57%-
XYZ18.878.8460.39-
YUV71.31205.14159.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 22 (8.98% from 255) = 6.36%
BLUE value IS 208 (81.64% from 255) = 60.12%
R=33.53%
G=6.36%
B=60.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116222080.440.8900.18270.3280.8745.1
Hex7416D02C5901210e512d
Octal164263205413102241612155
Binary1110100101101101000010110010110010100101000011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7416D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7416D0; }

 p { color: rgb(116,22,208); }

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

<style>
 a { background-color: #7416D0; }

 a { background-color: rgb(116,22,208); }

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

<style>
 span { border-color: #7416D0; }

 span { border-color: rgb(116,22,208); }

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