#460551

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

Shades of Hot Purple #460551

Tints of Hot Purple #460551

Color information

#460551 (or 0x460551) is unknown color: approx Hot Purple. HEX triplet: 46, 05 and 51. RGB value is (70,5,81). Sum of RGB (Red+Green+Blue) = 70+5+81=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #460551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460551 is #B9FAAE. Grayscale: #202020. Windows color (decimal): -12188335 or 5309766. OLE color: 5309766.

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

Color convert

RGB70581-
CMYK0.140.9400.68
HSL291.32º88.37%16.86%-
HSV(B)291.32º93.83%31.76%-
XYZ4.0727.96-
YUV33.1155.03154.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 81 (32.03% from 255) = 51.92%
R=44.87%
G=3.21%
B=51.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal705810.140.9400.68291.3288.3716.86
Hex46551E5E0441235811
Octal106512116136010444313021
Binary100011010110100011110101111001000100100100011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460551; }

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

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

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

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

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

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

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

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