#441948

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

Shades of Hot Purple #441948

Tints of Hot Purple #441948

Color information

#441948 (or 0x441948) is unknown color: approx Hot Purple. HEX triplet: 44, 19 and 48. RGB value is (68,25,72). Sum of RGB (Red+Green+Blue) = 68+25+72=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #441948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441948 is #BBE6B7. Grayscale: #2B2B2B. Windows color (decimal): -12314296 or 4725060. OLE color: 4725060.

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

Color convert

RGB682572-
CMYK0.060.6500.72
HSL294.89º48.45%19.02%-
HSV(B)294.89º65.28%28.24%-
XYZ3.92.396.39-
YUV43.22144.25145.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=41.21%
G=15.15%
B=43.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6825720.060.6500.72294.8948.4519.02
Hex4419486410481273013
Octal10431110610101104476023
Binary100010011001100100011010000010100100010010011111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441948; }

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

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

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

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

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

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

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

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