#4A1FC6

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

Shades of Purple Heart #4A1FC6

Tints of Purple Heart #4A1FC6

Color information

#4A1FC6 (or 0x4A1FC6) is unknown color: approx Purple Heart. HEX triplet: 4A, 1F and C6. RGB value is (74,31,198). Sum of RGB (Red+Green+Blue) = 74+31+198=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 198 (77.73% from 255 or 65.35% from 303); Max value from RGB is 198 - color contains mainly: blue. Hex color #4A1FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1FC6 is #B5E039. Grayscale: #3E3E3E. Windows color (decimal): -11919418 or 12984138. OLE color: 12984138.

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

Color convert

RGB7431198-
CMYK0.630.8400.22
HSL255.45º72.93%44.9%-
HSV(B)255.45º84.34%77.65%-
XYZ13.516.5153.97-
YUV62.9204.25135.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 198 (77.73% from 255) = 65.35%
R=24.42%
G=10.23%
B=65.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal74311980.630.8400.22255.4572.9344.9
Hex4A1FC63F54016ff492d
Octal112373067712402637711155
Binary100101011111110001101111111010100010110111111111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,31,198); }

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

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

 a { background-color: rgb(74,31,198); }

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

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

 span { border-color: rgb(74,31,198); }

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