#442548

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

Shades of Hot Purple #442548

Tints of Hot Purple #442548

Color information

#442548 (or 0x442548) is unknown color: approx Hot Purple. HEX triplet: 44, 25 and 48. RGB value is (68,37,72). Sum of RGB (Red+Green+Blue) = 68+37+72=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #442548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442548 is #BBDAB7. Grayscale: #323232. Windows color (decimal): -12311224 or 4728132. OLE color: 4728132.

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

Color convert

RGB683772-
CMYK0.060.4900.72
HSL293.14º32.11%21.37%-
HSV(B)293.14º48.61%28.24%-
XYZ4.223.026.49-
YUV50.26140.27140.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=38.42%
G=20.90%
B=40.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6837720.060.4900.72293.1432.1121.37
Hex4425486310481252015
Octal1044511066101104454025
Binary100010010010110010001101100010100100010010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442548; }

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

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

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

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

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

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

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

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