#46294E

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

Shades of Hot Purple #46294E

Tints of Hot Purple #46294E

Color information

#46294E (or 0x46294E) is unknown color: approx Hot Purple. HEX triplet: 46, 29 and 4E. RGB value is (70,41,78). Sum of RGB (Red+Green+Blue) = 70+41+78=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #46294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46294E is #B9D6B1. Grayscale: #353535. Windows color (decimal): -12179122 or 5122374. OLE color: 5122374.

HSL color Cylindrical-coordinate representation of color #46294E: hue angle of 287.03º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46294E is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB704178-
CMYK0.100.4700.69
HSL287.03º31.09%23.33%-
HSV(B)287.03º47.44%30.59%-
XYZ4.693.447.62-
YUV53.89141.61139.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=37.04%
G=21.69%
B=41.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7041780.100.4700.69287.0331.0923.33
Hex46294EA2F04511f1f17
Octal10651116125701054373727
Binary100011010100110011101010101111010001011000111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46294E; }

 p { color: rgb(70,41,78); }

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

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

 a { background-color: rgb(70,41,78); }

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

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

 span { border-color: rgb(70,41,78); }

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