#46094F

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

Shades of Hot Purple #46094F

Tints of Hot Purple #46094F

Color information

#46094F (or 0x46094F) is unknown color: approx Hot Purple. HEX triplet: 46, 09 and 4F. RGB value is (70,9,79). Sum of RGB (Red+Green+Blue) = 70+9+79=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #46094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46094F is #B9F6B0. Grayscale: #232323. Windows color (decimal): -12187313 or 5179718. OLE color: 5179718.

HSL color Cylindrical-coordinate representation of color #46094F: hue angle of 292.29º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46094F is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB70979-
CMYK0.110.8900.69
HSL292.29º79.55%17.25%-
HSV(B)292.29º88.61%30.98%-
XYZ4.032.067.58-
YUV35.22152.71152.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 79 (31.25% from 255) = 50%
R=44.30%
G=5.70%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal709790.110.8900.69292.2979.5517.25
Hex4694FB590451245011
Octal1061111713131010544412021
Binary1000110100110011111011101100101000101100100100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46094F; }

 p { color: rgb(70,9,79); }

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

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

 a { background-color: rgb(70,9,79); }

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

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

 span { border-color: rgb(70,9,79); }

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