#46254F

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

Shades of Hot Purple #46254F

Tints of Hot Purple #46254F

Color information

#46254F (or 0x46254F) is unknown color: approx Hot Purple. HEX triplet: 46, 25 and 4F. RGB value is (70,37,79). Sum of RGB (Red+Green+Blue) = 70+37+79=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #46254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46254F is #B9DAB0. Grayscale: #333333. Windows color (decimal): -12180145 or 5186886. OLE color: 5186886.

HSL color Cylindrical-coordinate representation of color #46254F: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46254F is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB703779-
CMYK0.110.5300.69
HSL287.14º36.21%22.75%-
HSV(B)287.14º53.16%30.98%-
XYZ4.63.197.77-
YUV51.66143.43141.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=37.63%
G=19.89%
B=42.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7037790.110.5300.69287.1436.2122.75
Hex46254FB3504511f2417
Octal10645117136501054374427
Binary1000110100101100111110111101010100010110001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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