#440D4F

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

Shades of Hot Purple #440D4F

Tints of Hot Purple #440D4F

Color information

#440D4F (or 0x440D4F) is unknown color: approx Hot Purple. HEX triplet: 44, 0D and 4F. RGB value is (68,13,79). Sum of RGB (Red+Green+Blue) = 68+13+79=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #440D4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D4F is #BBF2B0. Grayscale: #242424. Windows color (decimal): -12317361 or 5180740. OLE color: 5180740.

HSL color Cylindrical-coordinate representation of color #440D4F: hue angle of 290º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440D4F is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB681379-
CMYK0.140.8400.69
HSL290º71.74%18.04%-
HSV(B)290º83.54%30.98%-
XYZ3.942.087.59-
YUV36.97151.72150.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 13 (5.47% from 255) = 8.12%
BLUE value IS 79 (31.25% from 255) = 49.38%
R=42.5%
G=8.12%
B=49.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6813790.140.8400.6929071.7418.04
Hex44D4FE540451224812
Octal1041511716124010544211022
Binary1000100110110011111110101010001000101100100010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,13,79); }

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

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

 a { background-color: rgb(68,13,79); }

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

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

 span { border-color: rgb(68,13,79); }

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