#44244B

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

Shades of Hot Purple #44244B

Tints of Hot Purple #44244B

Color information

#44244B (or 0x44244B) is unknown color: approx Hot Purple. HEX triplet: 44, 24 and 4B. RGB value is (68,36,75). Sum of RGB (Red+Green+Blue) = 68+36+75=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #44244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44244B is #BBDBB4. Grayscale: #313131. Windows color (decimal): -12311477 or 4924484. OLE color: 4924484.

HSL color Cylindrical-coordinate representation of color #44244B: hue angle of 289.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44244B is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB683675-
CMYK0.090.5200.71
HSL289.23º35.14%21.76%-
HSV(B)289.23º52%29.41%-
XYZ4.2837.01-
YUV50.01142.1140.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 36 (14.45% from 255) = 20.11%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=37.99%
G=20.11%
B=41.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6836750.090.5200.71289.2335.1421.76
Hex44244B9340471212316
Octal10444113116401074414326
Binary1000100100100100101110011101000100011110010000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44244B; }

 p { color: rgb(68,36,75); }

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

<style>
 a { background-color: #44244B; }

 a { background-color: rgb(68,36,75); }

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

<style>
 span { border-color: #44244B; }

 span { border-color: rgb(68,36,75); }

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