#46194C

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

Shades of Hot Purple #46194C

Tints of Hot Purple #46194C

Color information

#46194C (or 0x46194C) is unknown color: approx Hot Purple. HEX triplet: 46, 19 and 4C. RGB value is (70,25,76). Sum of RGB (Red+Green+Blue) = 70+25+76=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #46194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46194C is #B9E6B3. Grayscale: #2C2C2C. Windows color (decimal): -12183220 or 4987206. OLE color: 4987206.

HSL color Cylindrical-coordinate representation of color #46194C: hue angle of 292.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46194C is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB702576-
CMYK0.080.6700.70
HSL292.94º50.5%19.8%-
HSV(B)292.94º67.11%29.8%-
XYZ4.182.527.1-
YUV44.27145.91146.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 76 (30.08% from 255) = 44.44%
R=40.94%
G=14.62%
B=44.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7025760.080.6700.70292.9450.519.8
Hex46194C8430461253214
Octal106311141010301064456224
Binary1000110110011001100100010000110100011010010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46194C; }

 p { color: rgb(70,25,76); }

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

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

 a { background-color: rgb(70,25,76); }

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

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

 span { border-color: rgb(70,25,76); }

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