#402547

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

Shades of Hot Purple #402547

Tints of Hot Purple #402547

Color information

#402547 (or 0x402547) is unknown color: approx Hot Purple. HEX triplet: 40, 25 and 47. RGB value is (64,37,71). Sum of RGB (Red+Green+Blue) = 64+37+71=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #402547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402547 is #BFDAB8. Grayscale: #303030. Windows color (decimal): -12573369 or 4662592. OLE color: 4662592.

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

Color convert

RGB643771-
CMYK0.100.4800.72
HSL287.65º31.48%21.18%-
HSV(B)287.65º47.89%27.84%-
XYZ3.912.876.31-
YUV48.95140.45138.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 71 (28.12% from 255) = 41.28%
R=37.21%
G=21.51%
B=41.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6437710.100.4800.72287.6531.4821.18
Hex402547A300481201f15
Octal10045107126001104403725
Binary100000010010110001111010110000010010001001000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402547; }

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

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

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

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

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

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

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

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