#441DAB

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

Shades of Purple Heart #441DAB

Tints of Purple Heart #441DAB

Color information

#441DAB (or 0x441DAB) is unknown color: approx Purple Heart. HEX triplet: 44, 1D and AB. RGB value is (68,29,171). Sum of RGB (Red+Green+Blue) = 68+29+171=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #441DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441DAB is #BBE254. Grayscale: #383838. Windows color (decimal): -12313173 or 11214148. OLE color: 11214148.

HSL color Cylindrical-coordinate representation of color #441DAB: hue angle of 256.48º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441DAB is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6829171-
CMYK0.600.8300.33
HSL256.48º71%39.22%-
HSV(B)256.48º83.04%67.06%-
XYZ10.175.0538.97-
YUV56.85192.42135.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 29 (11.72% from 255) = 10.82%
BLUE value IS 171 (67.19% from 255) = 63.81%
R=25.37%
G=10.82%
B=63.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68291710.600.8300.33256.487139.22
Hex441DAB3C530211004727
Octal104352537412304140010747
Binary10001001110110101011111100101001101000011000000001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441DAB; }

 p { color: rgb(68,29,171); }

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

<style>
 a { background-color: #441DAB; }

 a { background-color: rgb(68,29,171); }

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

<style>
 span { border-color: #441DAB; }

 span { border-color: rgb(68,29,171); }

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