#401948

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

Shades of Hot Purple #401948

Tints of Hot Purple #401948

Color information

#401948 (or 0x401948) is unknown color: approx Hot Purple. HEX triplet: 40, 19 and 48. RGB value is (64,25,72). Sum of RGB (Red+Green+Blue) = 64+25+72=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #401948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401948 is #BFE6B7. Grayscale: #292929. Windows color (decimal): -12576440 or 4725056. OLE color: 4725056.

HSL color Cylindrical-coordinate representation of color #401948: hue angle of 289.79º 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 #401948 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB642572-
CMYK0.110.6500.72
HSL289.79º48.45%19.02%-
HSV(B)289.79º65.28%28.24%-
XYZ3.632.256.37-
YUV42.02144.92143.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=39.75%
G=15.53%
B=44.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6425720.110.6500.72289.7948.4519.02
Hex401948B410481223013
Octal100311101310101104426023
Binary1000000110011001000101110000010100100010010001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401948; }

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

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

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

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

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

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

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

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