#46094E

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

Shades of Hot Purple #46094E

Tints of Hot Purple #46094E

Color information

#46094E (or 0x46094E) is unknown color: approx Hot Purple. HEX triplet: 46, 09 and 4E. RGB value is (70,9,78). Sum of RGB (Red+Green+Blue) = 70+9+78=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #46094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46094E is #B9F6B1. Grayscale: #222222. Windows color (decimal): -12187314 or 5114182. OLE color: 5114182.

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

Color convert

RGB70978-
CMYK0.100.8800.69
HSL293.04º79.31%17.06%-
HSV(B)293.04º88.46%30.59%-
XYZ42.057.39-
YUV35.11152.21152.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=44.59%
G=5.73%
B=49.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal709780.100.8800.69293.0479.3117.06
Hex4694EA580451254f11
Octal1061111612130010544511721
Binary1000110100110011101010101100001000101100100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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