#441CB8

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

Shades of Purple Heart #441CB8

Tints of Purple Heart #441CB8

Color information

#441CB8 (or 0x441CB8) is unknown color: approx Purple Heart. HEX triplet: 44, 1C and B8. RGB value is (68,28,184). Sum of RGB (Red+Green+Blue) = 68+28+184=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 184 (72.27% from 255 or 65.71% from 280); Max value from RGB is 184 - color contains mainly: blue. Hex color #441CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CB8 is #BBE347. Grayscale: #393939. Windows color (decimal): -12313416 or 12065860. OLE color: 12065860.

HSL color Cylindrical-coordinate representation of color #441CB8: hue angle of 255.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441CB8 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6828184-
CMYK0.630.8500.28
HSL255.38º73.58%41.57%-
HSV(B)255.38º84.78%72.16%-
XYZ11.455.5245.81-
YUV57.74199.25135.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 28 (11.33% from 255) = 10%
BLUE value IS 184 (72.27% from 255) = 65.71%
R=24.29%
G=10%
B=65.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68281840.630.8500.28255.3873.5841.57
Hex441CB83F5501Cff4a2a
Octal104342707712503437711252
Binary100010011100101110001111111010101011100111111111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,28,184); }

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

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

 a { background-color: rgb(68,28,184); }

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

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

 span { border-color: rgb(68,28,184); }

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