#460451

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

Shades of Hot Purple #460451

Tints of Hot Purple #460451

Color information

#460451 (or 0x460451) is unknown color: approx Hot Purple. HEX triplet: 46, 04 and 51. RGB value is (70,4,81). Sum of RGB (Red+Green+Blue) = 70+4+81=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #460451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460451 is #B9FBAE. Grayscale: #202020. Windows color (decimal): -12188591 or 5309510. OLE color: 5309510.

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

Color convert

RGB70481-
CMYK0.140.9500.68
HSL291.43º90.59%16.67%-
HSV(B)291.43º95.06%31.76%-
XYZ4.051.987.95-
YUV32.51155.37154.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=45.16%
G=2.58%
B=52.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal704810.140.9500.68291.4390.5916.67
Hex46451E5F0441235b11
Octal106412116137010444313321
Binary100011010010100011110101111101000100100100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460451; }

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

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

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

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

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

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

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

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