#461550

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

Shades of Hot Purple #461550

Tints of Hot Purple #461550

Color information

#461550 (or 0x461550) is unknown color: approx Hot Purple. HEX triplet: 46, 15 and 50. RGB value is (70,21,80). Sum of RGB (Red+Green+Blue) = 70+21+80=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #461550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461550 is #B9EAAF. Grayscale: #2A2A2A. Windows color (decimal): -12184240 or 5248326. OLE color: 5248326.

HSL color Cylindrical-coordinate representation of color #461550: hue angle of 289.83º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461550 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB702180-
CMYK0.120.7400.69
HSL289.83º58.42%19.8%-
HSV(B)289.83º73.75%31.37%-
XYZ4.242.427.83-
YUV42.38149.23147.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=40.94%
G=12.28%
B=46.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7021800.120.7400.69289.8358.4219.8
Hex461550C4A0451223a14
Octal106251201411201054427224
Binary1000110101011010000110010010100100010110010001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461550; }

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

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

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

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

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

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

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

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