#441ABF

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

Shades of Purple Heart #441ABF

Tints of Purple Heart #441ABF

Color information

#441ABF (or 0x441ABF) is unknown color: approx Purple Heart. HEX triplet: 44, 1A and BF. RGB value is (68,26,191). Sum of RGB (Red+Green+Blue) = 68+26+191=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #441ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ABF is #BBE540. Grayscale: #383838. Windows color (decimal): -12313921 or 12524100. OLE color: 12524100.

HSL color Cylindrical-coordinate representation of color #441ABF: hue angle of 255.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441ABF is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6826191-
CMYK0.640.8600.25
HSL255.27º76.04%42.55%-
HSV(B)255.27º86.39%74.9%-
XYZ12.165.7349.76-
YUV57.37203.41135.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 191 (75% from 255) = 67.02%
R=23.86%
G=9.12%
B=67.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68261910.640.8600.25255.2776.0442.55
Hex441ABF4056019ff4c2b
Octal1043227710012603137711453
Binary1000100110101011111110000001010110011001111111111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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