#460553

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

Shades of Hot Purple #460553

Tints of Hot Purple #460553

Color information

#460553 (or 0x460553) is unknown color: approx Hot Purple. HEX triplet: 46, 05 and 53. RGB value is (70,5,83). Sum of RGB (Red+Green+Blue) = 70+5+83=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #460553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460553 is #B9FAAC. Grayscale: #212121. Windows color (decimal): -12188333 or 5440838. OLE color: 5440838.

HSL color Cylindrical-coordinate representation of color #460553: hue angle of 290º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460553 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB70583-
CMYK0.160.9400.67
HSL290º88.64%17.25%-
HSV(B)290º93.98%32.55%-
XYZ4.142.048.36-
YUV33.33156.03154.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=44.30%
G=3.16%
B=52.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal705830.160.9400.6729088.6417.25
Hex46553105E0431225911
Octal106512320136010344213121
Binary1000110101101001110000101111001000011100100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460553; }

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

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

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

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

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

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

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

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