#460652

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

Shades of Hot Purple #460652

Tints of Hot Purple #460652

Color information

#460652 (or 0x460652) is unknown color: approx Hot Purple. HEX triplet: 46, 06 and 52. RGB value is (70,6,82). Sum of RGB (Red+Green+Blue) = 70+6+82=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #460652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460652 is #B9F9AD. Grayscale: #212121. Windows color (decimal): -12188078 or 5375558. OLE color: 5375558.

HSL color Cylindrical-coordinate representation of color #460652: hue angle of 290.53º 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 #460652 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB70682-
CMYK0.150.9300.68
HSL290.53º86.36%17.25%-
HSV(B)290.53º92.68%32.16%-
XYZ4.112.048.16-
YUV33.8155.2153.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 82 (32.42% from 255) = 51.90%
R=44.30%
G=3.80%
B=51.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal706820.150.9300.68290.5386.3617.25
Hex46652F5D0441235611
Octal106612217135010444312621
Binary100011011010100101111101110101000100100100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460652; }

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

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

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

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

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

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

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

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