#461451

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

Shades of Hot Purple #461451

Tints of Hot Purple #461451

Color information

#461451 (or 0x461451) is unknown color: approx Hot Purple. HEX triplet: 46, 14 and 51. RGB value is (70,20,81). Sum of RGB (Red+Green+Blue) = 70+20+81=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #461451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461451 is #B9EBAE. Grayscale: #292929. Windows color (decimal): -12184495 or 5313606. OLE color: 5313606.

HSL color Cylindrical-coordinate representation of color #461451: hue angle of 289.18º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461451 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB702081-
CMYK0.140.7500.68
HSL289.18º60.4%19.8%-
HSV(B)289.18º75.31%31.76%-
XYZ4.262.48.02-
YUV41.9150.06148.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=40.94%
G=11.70%
B=47.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7020810.140.7500.68289.1860.419.8
Hex461451E4B0441213c14
Octal106241211611301044417424
Binary1000110101001010001111010010110100010010010000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461451; }

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

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

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

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

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

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

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

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