#442148

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

Shades of Hot Purple #442148

Tints of Hot Purple #442148

Color information

#442148 (or 0x442148) is unknown color: approx Hot Purple. HEX triplet: 44, 21 and 48. RGB value is (68,33,72). Sum of RGB (Red+Green+Blue) = 68+33+72=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #442148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442148 is #BBDEB7. Grayscale: #2F2F2F. Windows color (decimal): -12312248 or 4727108. OLE color: 4727108.

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

Color convert

RGB683372-
CMYK0.060.5400.72
HSL293.85º37.14%20.59%-
HSV(B)293.85º54.17%28.24%-
XYZ4.12.786.45-
YUV47.91141.6142.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=39.31%
G=19.08%
B=41.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6833720.060.5400.72293.8537.1420.59
Hex4421486360481262515
Octal1044111066601104464525
Binary100010010000110010001101101100100100010010011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442148; }

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

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

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

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

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

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

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

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