#462047

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

Shades of Hot Purple #462047

Tints of Hot Purple #462047

Color information

#462047 (or 0x462047) is unknown color: approx Hot Purple. HEX triplet: 46, 20 and 47. RGB value is (70,32,71). Sum of RGB (Red+Green+Blue) = 70+32+71=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #462047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462047 is #B9DFB8. Grayscale: #2F2F2F. Windows color (decimal): -12181433 or 4661318. OLE color: 4661318.

HSL color Cylindrical-coordinate representation of color #462047: hue angle of 298.46º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #462047 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB703271-
CMYK0.010.5500.72
HSL298.46º37.86%20.2%-
HSV(B)298.46º54.93%27.84%-
XYZ4.182.796.28-
YUV47.81141.09143.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=40.46%
G=18.50%
B=41.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7032710.010.5500.72298.4637.8620.2
Hex46204713704812a2614
Octal1064010716701104524624
Binary1000110100000100011111101110100100010010101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462047; }

 p { color: rgb(70,32,71); }

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

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

 a { background-color: rgb(70,32,71); }

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

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

 span { border-color: rgb(70,32,71); }

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