#46254C

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

Shades of Hot Purple #46254C

Tints of Hot Purple #46254C

Color information

#46254C (or 0x46254C) is unknown color: approx Hot Purple. HEX triplet: 46, 25 and 4C. RGB value is (70,37,76). Sum of RGB (Red+Green+Blue) = 70+37+76=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #46254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46254C is #B9DAB3. Grayscale: #333333. Windows color (decimal): -12180148 or 4990278. OLE color: 4990278.

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

Color convert

RGB703776-
CMYK0.080.5100.70
HSL290.77º34.51%22.16%-
HSV(B)290.77º51.32%29.8%-
XYZ4.493.157.21-
YUV51.31141.93141.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=38.25%
G=20.22%
B=41.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7037760.080.5100.70290.7734.5122.16
Hex46254C8330461232316
Octal10645114106301064434326
Binary1000110100101100110010001100110100011010010001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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