#4A11BA

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

Shades of Purple Heart #4A11BA

Tints of Purple Heart #4A11BA

Color information

#4A11BA (or 0x4A11BA) is unknown color: approx Purple Heart. HEX triplet: 4A, 11 and BA. RGB value is (74,17,186). Sum of RGB (Red+Green+Blue) = 74+17+186=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A11BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A11BA is #B5EE45. Grayscale: #343434. Windows color (decimal): -11923014 or 12194122. OLE color: 12194122.

HSL color Cylindrical-coordinate representation of color #4A11BA: hue angle of 260.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A11BA is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7417186-
CMYK0.600.9100.27
HSL260.24º83.25%39.8%-
HSV(B)260.24º90.86%72.94%-
XYZ11.895.446.87-
YUV53.31202.88142.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.71%
GREEN value IS 17 (7.03% from 255) = 6.14%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=26.71%
G=6.14%
B=67.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74171860.600.9100.27260.2483.2539.8
Hex4A11BA3C5B01B1045328
Octal112212727413303340412350
Binary1001010100011011101011110010110110110111000001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,17,186); }

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

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

 a { background-color: rgb(74,17,186); }

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

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

 span { border-color: rgb(74,17,186); }

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