#46194A

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

Shades of Hot Purple #46194A

Tints of Hot Purple #46194A

Color information

#46194A (or 0x46194A) is unknown color: approx Hot Purple. HEX triplet: 46, 19 and 4A. RGB value is (70,25,74). Sum of RGB (Red+Green+Blue) = 70+25+74=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #46194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46194A is #B9E6B5. Grayscale: #2B2B2B. Windows color (decimal): -12183222 or 4856134. OLE color: 4856134.

HSL color Cylindrical-coordinate representation of color #46194A: hue angle of 295.1º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46194A is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB702574-
CMYK0.050.6600.71
HSL295.1º49.49%19.41%-
HSV(B)295.1º66.22%29.02%-
XYZ4.112.496.74-
YUV44.04144.91146.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=41.42%
G=14.79%
B=43.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7025740.050.6600.71295.149.4919.41
Hex46194A5420471273113
Octal10631112510201074476123
Binary100011011001100101010110000100100011110010011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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