#442947

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

Shades of Hot Purple #442947

Tints of Hot Purple #442947

Color information

#442947 (or 0x442947) is unknown color: approx Hot Purple. HEX triplet: 44, 29 and 47. RGB value is (68,41,71). Sum of RGB (Red+Green+Blue) = 68+41+71=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #442947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442947 is #BBD6B8. Grayscale: #343434. Windows color (decimal): -12310201 or 4663620. OLE color: 4663620.

HSL color Cylindrical-coordinate representation of color #442947: hue angle of 294º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #442947 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB684171-
CMYK0.040.4200.72
HSL294º26.79%21.96%-
HSV(B)294º42.25%27.84%-
XYZ4.313.276.36-
YUV52.49138.45139.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=37.78%
G=22.78%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6841710.040.4200.7229426.7921.96
Hex44294742A0481261b16
Octal1045110745201104463326
Binary10001001010011000111100101010010010001001001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442947; }

 p { color: rgb(68,41,71); }

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

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

 a { background-color: rgb(68,41,71); }

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

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

 span { border-color: rgb(68,41,71); }

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