#7417B4

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

Shades of Purple Heart #7417B4

Tints of Purple Heart #7417B4

Color information

#7417B4 (or 0x7417B4) is unknown color: approx Purple Heart. HEX triplet: 74, 17 and B4. RGB value is (116,23,180). Sum of RGB (Red+Green+Blue) = 116+23+180=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #7417B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7417B4 is #8BE84B. Grayscale: #444444. Windows color (decimal): -9168972 or 11802484. OLE color: 11802484.

HSL color Cylindrical-coordinate representation of color #7417B4: hue angle of 275.54º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7417B4 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11623180-
CMYK0.360.8700.29
HSL275.54º77.34%39.8%-
HSV(B)275.54º87.22%70.59%-
XYZ15.757.6243.82-
YUV68.7190.81161.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 23 (9.38% from 255) = 7.21%
BLUE value IS 180 (70.70% from 255) = 56.43%
R=36.36%
G=7.21%
B=56.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116231800.360.8700.29275.5477.3439.8
Hex7417B4245701D1144d28
Octal164272644412703542411550
Binary1110100101111011010010010010101110111011000101001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7417B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7417B4; }

 p { color: rgb(116,23,180); }

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

<style>
 a { background-color: #7417B4; }

 a { background-color: rgb(116,23,180); }

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

<style>
 span { border-color: #7417B4; }

 span { border-color: rgb(116,23,180); }

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