#44124F

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

Shades of Hot Purple #44124F

Tints of Hot Purple #44124F

Color information

#44124F (or 0x44124F) is unknown color: approx Hot Purple. HEX triplet: 44, 12 and 4F. RGB value is (68,18,79). Sum of RGB (Red+Green+Blue) = 68+18+79=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #44124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44124F is #BBEDB0. Grayscale: #272727. Windows color (decimal): -12316081 or 5182020. OLE color: 5182020.

HSL color Cylindrical-coordinate representation of color #44124F: hue angle of 289.18º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44124F is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB681879-
CMYK0.140.7700.69
HSL289.18º62.89%19.02%-
HSV(B)289.18º77.22%30.98%-
XYZ4.012.237.62-
YUV39.9150.06148.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=41.21%
G=10.91%
B=47.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6818790.140.7700.69289.1862.8919.02
Hex44124FE4D0451213f13
Octal104221171611501054417723
Binary1000100100101001111111010011010100010110010000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44124F; }

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

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

<style>
 a { background-color: #44124F; }

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

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

<style>
 span { border-color: #44124F; }

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

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