#460953

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

Shades of Hot Purple #460953

Tints of Hot Purple #460953

Color information

#460953 (or 0x460953) is unknown color: approx Hot Purple. HEX triplet: 46, 09 and 53. RGB value is (70,9,83). Sum of RGB (Red+Green+Blue) = 70+9+83=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #460953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460953 is #B9F6AC. Grayscale: #232323. Windows color (decimal): -12187309 or 5441862. OLE color: 5441862.

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

Color convert

RGB70983-
CMYK0.160.8900.67
HSL289.46º80.43%18.04%-
HSV(B)289.46º89.16%32.55%-
XYZ4.182.128.37-
YUV35.67154.71152.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=43.21%
G=5.56%
B=51.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal709830.160.8900.67289.4680.4318.04
Hex4695310590431215012
Octal1061112320131010344112022
Binary10001101001101001110000101100101000011100100001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460953; }

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

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

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

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

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

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

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

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