#4411BA

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

Shades of Purple Heart #4411BA

Tints of Purple Heart #4411BA

Color information

#4411BA (or 0x4411BA) is unknown color: approx Purple Heart. HEX triplet: 44, 11 and BA. RGB value is (68,17,186). Sum of RGB (Red+Green+Blue) = 68+17+186=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #4411BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4411BA is #BBEE45. Grayscale: #323232. Windows color (decimal): -12316230 or 12194116. OLE color: 12194116.

HSL color Cylindrical-coordinate representation of color #4411BA: hue angle of 258.11º 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 #4411BA is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6817186-
CMYK0.630.9100.27
HSL258.11º83.25%39.8%-
HSV(B)258.11º90.86%72.94%-
XYZ11.455.1846.85-
YUV51.52203.9139.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 186 (73.05% from 255) = 68.63%
R=25.09%
G=6.27%
B=68.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68171860.630.9100.27258.1183.2539.8
Hex4411BA3F5B01B1025328
Octal104212727713303340212350
Binary1000100100011011101011111110110110110111000000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4411BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4411BA; }

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

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

<style>
 a { background-color: #4411BA; }

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

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

<style>
 span { border-color: #4411BA; }

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

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