#4F11CE

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

Shades of Purple Heart #4F11CE

Tints of Purple Heart #4F11CE

Color information

#4F11CE (or 0x4F11CE) is unknown color: approx Purple Heart. HEX triplet: 4F, 11 and CE. RGB value is (79,17,206). Sum of RGB (Red+Green+Blue) = 79+17+206=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F11CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F11CE is #B0EE31. Grayscale: #383838. Windows color (decimal): -11595314 or 13504847. OLE color: 13504847.

HSL color Cylindrical-coordinate representation of color #4F11CE: hue angle of 259.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F11CE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7917206-
CMYK0.620.9200.19
HSL259.68º84.75%43.73%-
HSV(B)259.68º91.75%80.78%-
XYZ14.576.5258.88-
YUV57.08212.04143.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 17 (7.03% from 255) = 5.63%
BLUE value IS 206 (80.86% from 255) = 68.21%
R=26.16%
G=5.63%
B=68.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal79172060.620.9200.19259.6884.7543.73
Hex4F11CE3E5C013104552c
Octal117213167613402340412554
Binary1001111100011100111011111010111000100111000001001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F11CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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