#44184C

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

Shades of Hot Purple #44184C

Tints of Hot Purple #44184C

Color information

#44184C (or 0x44184C) is unknown color: approx Hot Purple. HEX triplet: 44, 18 and 4C. RGB value is (68,24,76). Sum of RGB (Red+Green+Blue) = 68+24+76=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #44184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44184C is #BBE7B3. Grayscale: #2A2A2A. Windows color (decimal): -12314548 or 4986948. OLE color: 4986948.

HSL color Cylindrical-coordinate representation of color #44184C: hue angle of 290.77º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44184C is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB682476-
CMYK0.110.6800.70
HSL290.77º52%19.61%-
HSV(B)290.77º68.42%29.8%-
XYZ4.022.47.09-
YUV43.08146.58145.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=40.48%
G=14.29%
B=45.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6824760.110.6800.70290.775219.61
Hex44184CB440461233414
Octal104301141310401064436424
Binary1000100110001001100101110001000100011010010001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44184C; }

 p { color: rgb(68,24,76); }

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

<style>
 a { background-color: #44184C; }

 a { background-color: rgb(68,24,76); }

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

<style>
 span { border-color: #44184C; }

 span { border-color: rgb(68,24,76); }

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