#4F1FC4

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

Shades of Purple Heart #4F1FC4

Tints of Purple Heart #4F1FC4

Color information

#4F1FC4 (or 0x4F1FC4) is unknown color: approx Purple Heart. HEX triplet: 4F, 1F and C4. RGB value is (79,31,196). Sum of RGB (Red+Green+Blue) = 79+31+196=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 196 (76.95% from 255 or 64.05% from 306); Max value from RGB is 196 - color contains mainly: blue. Hex color #4F1FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1FC4 is #B0E03B. Grayscale: #3F3F3F. Windows color (decimal): -11591740 or 12853071. OLE color: 12853071.

HSL color Cylindrical-coordinate representation of color #4F1FC4: hue angle of 257.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F1FC4 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7931196-
CMYK0.600.8400.23
HSL257.45º72.69%44.51%-
HSV(B)257.45º84.18%76.86%-
XYZ13.686.6352.78-
YUV64.16202.4138.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 196 (76.95% from 255) = 64.05%
R=25.82%
G=10.13%
B=64.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal79311960.600.8400.23257.4572.6944.51
Hex4F1FC43C54017101492d
Octal117373047412402740111155
Binary1001111111111100010011110010101000101111000000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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