#441AAE

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

Shades of Purple Heart #441AAE

Tints of Purple Heart #441AAE

Color information

#441AAE (or 0x441AAE) is unknown color: approx Purple Heart. HEX triplet: 44, 1A and AE. RGB value is (68,26,174). Sum of RGB (Red+Green+Blue) = 68+26+174=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #441AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441AAE is #BBE551. Grayscale: #363636. Windows color (decimal): -12313938 or 11409988. OLE color: 11409988.

HSL color Cylindrical-coordinate representation of color #441AAE: hue angle of 257.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441AAE is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6826174-
CMYK0.610.8500.32
HSL257.03º74%39.22%-
HSV(B)257.03º85.06%68.24%-
XYZ10.395.0240.47-
YUV55.43194.91136.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 174 (68.36% from 255) = 64.93%
R=25.37%
G=9.70%
B=64.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68261740.610.8500.32257.037439.22
Hex441AAE3D550201014a27
Octal104322567512504040111247
Binary10001001101010101110111101101010101000001000000011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,26,174); }

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

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

 a { background-color: rgb(68,26,174); }

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

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

 span { border-color: rgb(68,26,174); }

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