#460651

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

Shades of Hot Purple #460651

Tints of Hot Purple #460651

Color information

#460651 (or 0x460651) is unknown color: approx Hot Purple. HEX triplet: 46, 06 and 51. RGB value is (70,6,81). Sum of RGB (Red+Green+Blue) = 70+6+81=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #460651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460651 is #B9F9AE. Grayscale: #212121. Windows color (decimal): -12188079 or 5310022. OLE color: 5310022.

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

Color convert

RGB70681-
CMYK0.140.9300.68
HSL291.2º86.21%17.06%-
HSV(B)291.2º92.59%31.76%-
XYZ4.082.037.96-
YUV33.69154.7153.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=44.59%
G=3.82%
B=51.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal706810.140.9300.68291.286.2117.06
Hex46651E5D0441235611
Octal106612116135010444312621
Binary100011011010100011110101110101000100100100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460651; }

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

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

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

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

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

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

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

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