#44174B

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

Shades of Hot Purple #44174B

Tints of Hot Purple #44174B

Color information

#44174B (or 0x44174B) is unknown color: approx Hot Purple. HEX triplet: 44, 17 and 4B. RGB value is (68,23,75). Sum of RGB (Red+Green+Blue) = 68+23+75=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #44174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44174B is #BBE8B4. Grayscale: #2A2A2A. Windows color (decimal): -12314805 or 4921156. OLE color: 4921156.

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

Color convert

RGB682375-
CMYK0.090.6900.71
HSL291.92º53.06%19.22%-
HSV(B)291.92º69.33%29.41%-
XYZ3.962.356.9-
YUV42.38146.41146.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=40.96%
G=13.86%
B=45.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6823750.090.6900.71291.9253.0619.22
Hex44174B9450471243513
Octal104271131110501074446523
Binary1000100101111001011100110001010100011110010010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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