#442948

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

Shades of Hot Purple #442948

Tints of Hot Purple #442948

Color information

#442948 (or 0x442948) is unknown color: approx Hot Purple. HEX triplet: 44, 29 and 48. RGB value is (68,41,72). Sum of RGB (Red+Green+Blue) = 68+41+72=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #442948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442948 is #BBD6B7. Grayscale: #343434. Windows color (decimal): -12310200 or 4729156. OLE color: 4729156.

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

Color convert

RGB684172-
CMYK0.060.4300.72
HSL292.26º27.43%22.16%-
HSV(B)292.26º43.06%28.24%-
XYZ4.353.286.54-
YUV52.61138.95138.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=37.57%
G=22.65%
B=39.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6841720.060.4300.72292.2627.4322.16
Hex44294862B0481241b16
Octal1045111065301104443326
Binary10001001010011001000110101011010010001001001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442948; }

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

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

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

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

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

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

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

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