#4B1FC6

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

Shades of Purple Heart #4B1FC6

Tints of Purple Heart #4B1FC6

Color information

#4B1FC6 (or 0x4B1FC6) is unknown color: approx Purple Heart. HEX triplet: 4B, 1F and C6. RGB value is (75,31,198). Sum of RGB (Red+Green+Blue) = 75+31+198=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 198 (77.73% from 255 or 65.13% from 304); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B1FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1FC6 is #B4E039. Grayscale: #3E3E3E. Windows color (decimal): -11853882 or 12984139. OLE color: 12984139.

HSL color Cylindrical-coordinate representation of color #4B1FC6: hue angle of 255.81º 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 #4B1FC6 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7531198-
CMYK0.620.8400.22
HSL255.81º72.93%44.9%-
HSV(B)255.81º84.34%77.65%-
XYZ13.586.5553.97-
YUV63.19204.08136.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.67%
GREEN value IS 31 (12.5% from 255) = 10.20%
BLUE value IS 198 (77.73% from 255) = 65.13%
R=24.67%
G=10.20%
B=65.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75311980.620.8400.22255.8172.9344.9
Hex4B1FC63E54016100492d
Octal113373067612402640011155
Binary1001011111111100011011111010101000101101000000001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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