#4F14C4

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

Shades of Purple Heart #4F14C4

Tints of Purple Heart #4F14C4

Color information

#4F14C4 (or 0x4F14C4) is unknown color: approx Purple Heart. HEX triplet: 4F, 14 and C4. RGB value is (79,20,196). Sum of RGB (Red+Green+Blue) = 79+20+196=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 196 (76.95% from 255 or 66.44% from 295); Max value from RGB is 196 - color contains mainly: blue. Hex color #4F14C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F14C4 is #B0EB3B. Grayscale: #393939. Windows color (decimal): -11594556 or 12850255. OLE color: 12850255.

HSL color Cylindrical-coordinate representation of color #4F14C4: hue angle of 260.11º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F14C4 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7920196-
CMYK0.600.9000.23
HSL260.11º81.48%42.35%-
HSV(B)260.11º89.8%76.86%-
XYZ13.446.1552.7-
YUV57.7206.05143.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.78%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 196 (76.95% from 255) = 66.44%
R=26.78%
G=6.78%
B=66.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal79201960.600.9000.23260.1181.4842.35
Hex4F14C43C5A017104512a
Octal117243047413202740412152
Binary1001111101001100010011110010110100101111000001001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F14C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,20,196); }

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

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

 a { background-color: rgb(79,20,196); }

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

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

 span { border-color: rgb(79,20,196); }

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