#46194B

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

Shades of Hot Purple #46194B

Tints of Hot Purple #46194B

Color information

#46194B (or 0x46194B) is unknown color: approx Hot Purple. HEX triplet: 46, 19 and 4B. RGB value is (70,25,75). Sum of RGB (Red+Green+Blue) = 70+25+75=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #46194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46194B is #B9E6B4. Grayscale: #2C2C2C. Windows color (decimal): -12183221 or 4921670. OLE color: 4921670.

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

Color convert

RGB702575-
CMYK0.070.6700.71
HSL294º50%19.61%-
HSV(B)294º66.67%29.41%-
XYZ4.142.516.92-
YUV44.16145.41146.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=41.18%
G=14.71%
B=44.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7025750.070.6700.712945019.61
Hex46194B7430471263214
Octal10631113710301074466224
Binary100011011001100101111110000110100011110010011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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