#461051

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

Shades of Hot Purple #461051

Tints of Hot Purple #461051

Color information

#461051 (or 0x461051) is unknown color: approx Hot Purple. HEX triplet: 46, 10 and 51. RGB value is (70,16,81). Sum of RGB (Red+Green+Blue) = 70+16+81=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #461051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461051 is #B9EFAE. Grayscale: #272727. Windows color (decimal): -12185519 or 5312582. OLE color: 5312582.

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

Color convert

RGB701681-
CMYK0.140.8000.68
HSL289.85º67.01%19.02%-
HSV(B)289.85º80.25%31.76%-
XYZ4.22.278-
YUV39.56151.39149.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=41.92%
G=9.58%
B=48.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7016810.140.8000.68289.8567.0119.02
Hex461051E500441224313
Octal1062012116120010444210323
Binary10001101000010100011110101000001000100100100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461051; }

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

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

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

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

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

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

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

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