#442749

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

Shades of Hot Purple #442749

Tints of Hot Purple #442749

Color information

#442749 (or 0x442749) is unknown color: approx Hot Purple. HEX triplet: 44, 27 and 49. RGB value is (68,39,73). Sum of RGB (Red+Green+Blue) = 68+39+73=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #442749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442749 is #BBD8B6. Grayscale: #333333. Windows color (decimal): -12310711 or 4794180. OLE color: 4794180.

HSL color Cylindrical-coordinate representation of color #442749: hue angle of 291.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442749 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB683973-
CMYK0.070.4700.71
HSL291.18º30.36%21.96%-
HSV(B)291.18º46.58%28.63%-
XYZ4.313.166.69-
YUV51.55140.11139.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=37.78%
G=21.67%
B=40.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6839730.070.4700.71291.1830.3621.96
Hex44274972F0471231e16
Octal1044711175701074433626
Binary10001001001111001001111101111010001111001000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442749; }

 p { color: rgb(68,39,73); }

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

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

 a { background-color: rgb(68,39,73); }

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

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

 span { border-color: rgb(68,39,73); }

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