#46234C

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

Shades of Hot Purple #46234C

Tints of Hot Purple #46234C

Color information

#46234C (or 0x46234C) is unknown color: approx Hot Purple. HEX triplet: 46, 23 and 4C. RGB value is (70,35,76). Sum of RGB (Red+Green+Blue) = 70+35+76=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #46234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46234C is #B9DCB3. Grayscale: #323232. Windows color (decimal): -12180660 or 4989766. OLE color: 4989766.

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

Color convert

RGB703576-
CMYK0.080.5400.70
HSL291.22º36.94%21.76%-
HSV(B)291.22º53.95%29.8%-
XYZ4.433.037.19-
YUV50.14142.6142.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=38.67%
G=19.34%
B=41.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7035760.080.5400.70291.2236.9421.76
Hex46234C8360461232516
Octal10643114106601064434526
Binary1000110100011100110010001101100100011010010001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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