#440B4E

Color #440B4E Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #440B4E

Tints of Hot Purple #440B4E

Color information

#440B4E (or 0x440B4E) is unknown color: approx Hot Purple. HEX triplet: 44, 0B and 4E. RGB value is (68,11,78). Sum of RGB (Red+Green+Blue) = 68+11+78=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #440B4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B4E is #BBF4B1. Grayscale: #232323. Windows color (decimal): -12317874 or 5114692. OLE color: 5114692.

HSL color Cylindrical-coordinate representation of color #440B4E: hue angle of 291.04º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440B4E is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB681178-
CMYK0.130.8600.69
HSL291.04º75.28%17.45%-
HSV(B)291.04º85.9%30.59%-
XYZ3.882.027.39-
YUV35.68151.88151.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=43.31%
G=7.01%
B=49.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6811780.130.8600.69291.0475.2817.45
Hex44B4ED560451234b11
Octal1041311615126010544311321
Binary1000100101110011101101101011001000101100100011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440B4E; }

 p { color: rgb(68,11,78); }

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

<style>
 a { background-color: #440B4E; }

 a { background-color: rgb(68,11,78); }

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

<style>
 span { border-color: #440B4E; }

 span { border-color: rgb(68,11,78); }

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