#460453

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

Shades of Hot Purple #460453

Tints of Hot Purple #460453

Color information

#460453 (or 0x460453) is unknown color: approx Hot Purple. HEX triplet: 46, 04 and 53. RGB value is (70,4,83). Sum of RGB (Red+Green+Blue) = 70+4+83=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #460453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460453 is #B9FBAC. Grayscale: #202020. Windows color (decimal): -12188589 or 5440582. OLE color: 5440582.

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

Color convert

RGB70483-
CMYK0.160.9500.67
HSL290.13º90.8%17.06%-
HSV(B)290.13º95.18%32.55%-
XYZ4.132.018.35-
YUV32.74156.37154.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=44.59%
G=2.55%
B=52.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal704830.160.9500.67290.1390.817.06
Hex46453105F0431225b11
Octal106412320137010344213321
Binary1000110100101001110000101111101000011100100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460453; }

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

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

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

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

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

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

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

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