#46134D

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

Shades of Hot Purple #46134D

Tints of Hot Purple #46134D

Color information

#46134D (or 0x46134D) is unknown color: approx Hot Purple. HEX triplet: 46, 13 and 4D. RGB value is (70,19,77). Sum of RGB (Red+Green+Blue) = 70+19+77=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #46134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46134D is #B9ECB2. Grayscale: #282828. Windows color (decimal): -12184755 or 5051206. OLE color: 5051206.

HSL color Cylindrical-coordinate representation of color #46134D: hue angle of 292.76º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46134D is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB701977-
CMYK0.090.7500.70
HSL292.76º60.42%18.82%-
HSV(B)292.76º75.32%30.2%-
XYZ4.12.37.25-
YUV40.86148.4148.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=42.17%
G=11.45%
B=46.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7019770.090.7500.70292.7660.4218.82
Hex46134D94B0461253c13
Octal106231151111301064457423
Binary1000110100111001101100110010110100011010010010111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46134D; }

 p { color: rgb(70,19,77); }

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

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

 a { background-color: rgb(70,19,77); }

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

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

 span { border-color: rgb(70,19,77); }

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