#46124C

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

Shades of Hot Purple #46124C

Tints of Hot Purple #46124C

Color information

#46124C (or 0x46124C) is unknown color: approx Hot Purple. HEX triplet: 46, 12 and 4C. RGB value is (70,18,76). Sum of RGB (Red+Green+Blue) = 70+18+76=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #46124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46124C is #B9EDB3. Grayscale: #272727. Windows color (decimal): -12185012 or 4985414. OLE color: 4985414.

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

Color convert

RGB701876-
CMYK0.080.7600.70
HSL293.79º61.7%18.43%-
HSV(B)293.79º76.32%29.8%-
XYZ4.052.267.06-
YUV40.16148.23149.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=42.68%
G=10.98%
B=46.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7018760.080.7600.70293.7961.718.43
Hex46124C84C0461263e12
Octal106221141011401064467622
Binary1000110100101001100100010011000100011010010011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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