#461949

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

Shades of Hot Purple #461949

Tints of Hot Purple #461949

Color information

#461949 (or 0x461949) is unknown color: approx Hot Purple. HEX triplet: 46, 19 and 49. RGB value is (70,25,73). Sum of RGB (Red+Green+Blue) = 70+25+73=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #461949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461949 is #B9E6B6. Grayscale: #2B2B2B. Windows color (decimal): -12183223 or 4790598. OLE color: 4790598.

HSL color Cylindrical-coordinate representation of color #461949: hue angle of 296.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461949 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB702573-
CMYK0.040.6600.71
HSL296.25º48.98%19.22%-
HSV(B)296.25º65.75%28.63%-
XYZ4.082.486.57-
YUV43.93144.41146.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=41.67%
G=14.88%
B=43.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7025730.040.6600.71296.2548.9819.22
Hex4619494420471283113
Octal10631111410201074506123
Binary100011011001100100110010000100100011110010100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461949; }

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

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

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

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

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

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

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

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