#461050

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

Shades of Hot Purple #461050

Tints of Hot Purple #461050

Color information

#461050 (or 0x461050) is unknown color: approx Hot Purple. HEX triplet: 46, 10 and 50. RGB value is (70,16,80). Sum of RGB (Red+Green+Blue) = 70+16+80=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #461050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461050 is #B9EFAF. Grayscale: #272727. Windows color (decimal): -12185520 or 5247046. OLE color: 5247046.

HSL color Cylindrical-coordinate representation of color #461050: hue angle of 290.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461050 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB701680-
CMYK0.120.8000.69
HSL290.62º66.67%18.82%-
HSV(B)290.62º80%31.37%-
XYZ4.162.257.8-
YUV39.44150.89149.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=42.17%
G=9.64%
B=48.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7016800.120.8000.69290.6266.6718.82
Hex461050C500451234313
Octal1062012014120010544310323
Binary10001101000010100001100101000001000101100100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461050; }

 p { color: rgb(70,16,80); }

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

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

 a { background-color: rgb(70,16,80); }

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

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

 span { border-color: rgb(70,16,80); }

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