#4F11AF

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

Shades of Purple Heart #4F11AF

Tints of Purple Heart #4F11AF

Color information

#4F11AF (or 0x4F11AF) is unknown color: approx Purple Heart. HEX triplet: 4F, 11 and AF. RGB value is (79,17,175). Sum of RGB (Red+Green+Blue) = 79+17+175=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F11AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F11AF is #B0EE50. Grayscale: #343434. Windows color (decimal): -11595345 or 11473231. OLE color: 11473231.

HSL color Cylindrical-coordinate representation of color #4F11AF: hue angle of 263.54º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F11AF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7917175-
CMYK0.550.9000.31
HSL263.54º82.29%37.65%-
HSV(B)263.54º90.29%68.63%-
XYZ11.165.1640.96-
YUV53.55196.54146.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.15%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 175 (68.75% from 255) = 64.58%
R=29.15%
G=6.27%
B=64.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79171750.550.9000.31263.5482.2937.65
Hex4F11AF375A01F1085226
Octal117212576713203741012246
Binary1001111100011010111111011110110100111111000010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F11AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,17,175); }

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

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

 a { background-color: rgb(79,17,175); }

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

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

 span { border-color: rgb(79,17,175); }

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