#4F16C0

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

Shades of Purple Heart #4F16C0

Tints of Purple Heart #4F16C0

Color information

#4F16C0 (or 0x4F16C0) is unknown color: approx Purple Heart. HEX triplet: 4F, 16 and C0. RGB value is (79,22,192). Sum of RGB (Red+Green+Blue) = 79+22+192=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #4F16C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F16C0 is #B0E93F. Grayscale: #393939. Windows color (decimal): -11594048 or 12588623. OLE color: 12588623.

HSL color Cylindrical-coordinate representation of color #4F16C0: hue angle of 260.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F16C0 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7922192-
CMYK0.590.8900.25
HSL260.12º79.44%41.96%-
HSV(B)260.12º88.54%75.29%-
XYZ13.036.0450.35-
YUV58.42203.38142.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.96%
GREEN value IS 22 (8.98% from 255) = 7.51%
BLUE value IS 192 (75.39% from 255) = 65.53%
R=26.96%
G=7.51%
B=65.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79221920.590.8900.25260.1279.4441.96
Hex4F16C03B590191044f2a
Octal117263007313103140411752
Binary1001111101101100000011101110110010110011000001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F16C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F16C0; }

 p { color: rgb(79,22,192); }

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

<style>
 a { background-color: #4F16C0; }

 a { background-color: rgb(79,22,192); }

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

<style>
 span { border-color: #4F16C0; }

 span { border-color: rgb(79,22,192); }

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