#463047

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

Shades of Hot Purple #463047

Tints of Hot Purple #463047

Color information

#463047 (or 0x463047) is unknown color: approx Hot Purple. HEX triplet: 46, 30 and 47. RGB value is (70,48,71). Sum of RGB (Red+Green+Blue) = 70+48+71=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #463047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463047 is #B9CFB8. Grayscale: #393939. Windows color (decimal): -12177337 or 4665414. OLE color: 4665414.

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

Color convert

RGB704871-
CMYK0.010.3200.72
HSL297.39º19.33%23.33%-
HSV(B)297.39º32.39%27.84%-
XYZ4.723.876.46-
YUV57.2135.79137.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=37.04%
G=25.40%
B=37.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7048710.010.3200.72297.3919.3323.33
Hex4630471200481291317
Octal1066010714001104512327
Binary100011011000010001111100000010010001001010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463047; }

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

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

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

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

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

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

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

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