#441BB4

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

Shades of Purple Heart #441BB4

Tints of Purple Heart #441BB4

Color information

#441BB4 (or 0x441BB4) is unknown color: approx Purple Heart. HEX triplet: 44, 1B and B4. RGB value is (68,27,180). Sum of RGB (Red+Green+Blue) = 68+27+180=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #441BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BB4 is #BBE44B. Grayscale: #383838. Windows color (decimal): -12313676 or 11803460. OLE color: 11803460.

HSL color Cylindrical-coordinate representation of color #441BB4: hue angle of 256.08º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441BB4 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6827180-
CMYK0.620.8500.29
HSL256.08º73.91%40.59%-
HSV(B)256.08º85%70.59%-
XYZ11.015.3143.62-
YUV56.7197.58136.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 180 (70.70% from 255) = 65.45%
R=24.73%
G=9.82%
B=65.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68271800.620.8500.29256.0873.9140.59
Hex441BB43E5501D1004a29
Octal104332647612503540011251
Binary1000100110111011010011111010101010111011000000001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,27,180); }

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

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

 a { background-color: rgb(68,27,180); }

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

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

 span { border-color: rgb(68,27,180); }

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