#462A49

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

Shades of Hot Purple #462A49

Tints of Hot Purple #462A49

Color information

#462A49 (or 0x462A49) is unknown color: approx Hot Purple. HEX triplet: 46, 2A and 49. RGB value is (70,42,73). Sum of RGB (Red+Green+Blue) = 70+42+73=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #462A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A49 is #B9D5B6. Grayscale: #353535. Windows color (decimal): -12178871 or 4794950. OLE color: 4794950.

HSL color Cylindrical-coordinate representation of color #462A49: hue angle of 294.19º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #462A49 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB704273-
CMYK0.040.4200.71
HSL294.19º26.96%22.55%-
HSV(B)294.19º42.47%28.63%-
XYZ4.563.446.73-
YUV53.91138.78139.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 42 (16.80% from 255) = 22.70%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=37.84%
G=22.70%
B=39.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7042730.040.4200.71294.1926.9622.55
Hex462A4942A0471261b17
Octal1065211145201074463327
Binary10001101010101001001100101010010001111001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A49; }

 p { color: rgb(70,42,73); }

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

<style>
 a { background-color: #462A49; }

 a { background-color: rgb(70,42,73); }

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

<style>
 span { border-color: #462A49; }

 span { border-color: rgb(70,42,73); }

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