#402447

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

Shades of Hot Purple #402447

Tints of Hot Purple #402447

Color information

#402447 (or 0x402447) is unknown color: approx Hot Purple. HEX triplet: 40, 24 and 47. RGB value is (64,36,71). Sum of RGB (Red+Green+Blue) = 64+36+71=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #402447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402447 is #BFDBB8. Grayscale: #303030. Windows color (decimal): -12573625 or 4662336. OLE color: 4662336.

HSL color Cylindrical-coordinate representation of color #402447: hue angle of 288º degrees, saturation: 0.33, 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 #402447 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB643671-
CMYK0.100.4900.72
HSL288º32.71%20.98%-
HSV(B)288º49.3%27.84%-
XYZ3.882.816.3-
YUV48.36140.78139.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=37.43%
G=21.05%
B=41.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6436710.100.4900.7228832.7120.98
Hex402447A310481202115
Octal10044107126101104404125
Binary1000000100100100011110101100010100100010010000010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402447; }

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

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

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

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

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

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

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

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