#442848

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

Shades of Hot Purple #442848

Tints of Hot Purple #442848

Color information

#442848 (or 0x442848) is unknown color: approx Hot Purple. HEX triplet: 44, 28 and 48. RGB value is (68,40,72). Sum of RGB (Red+Green+Blue) = 68+40+72=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #442848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442848 is #BBD7B7. Grayscale: #333333. Windows color (decimal): -12310456 or 4728900. OLE color: 4728900.

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

Color convert

RGB684072-
CMYK0.060.4400.72
HSL292.5º28.57%21.96%-
HSV(B)292.5º44.44%28.24%-
XYZ4.313.216.52-
YUV52.02139.28139.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 72 (28.52% from 255) = 40%
R=37.78%
G=22.22%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6840720.060.4400.72292.528.5721.96
Hex44284862C0481241d16
Octal1045011065401104443526
Binary10001001010001001000110101100010010001001001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442848; }

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

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

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

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

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

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

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

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