#402247

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

Shades of Hot Purple #402247

Tints of Hot Purple #402247

Color information

#402247 (or 0x402247) is unknown color: approx Hot Purple. HEX triplet: 40, 22 and 47. RGB value is (64,34,71). Sum of RGB (Red+Green+Blue) = 64+34+71=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #402247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402247 is #BFDDB8. Grayscale: #2F2F2F. Windows color (decimal): -12574137 or 4661824. OLE color: 4661824.

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

Color convert

RGB643471-
CMYK0.100.5200.72
HSL288.65º35.24%20.59%-
HSV(B)288.65º52.11%27.84%-
XYZ3.822.696.28-
YUV47.19141.44139.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=37.87%
G=20.12%
B=42.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6434710.100.5200.72288.6535.2420.59
Hex402247A340481212315
Octal10042107126401104414325
Binary1000000100010100011110101101000100100010010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402247; }

 p { color: rgb(64,34,71); }

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

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

 a { background-color: rgb(64,34,71); }

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

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

 span { border-color: rgb(64,34,71); }

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