#46264E

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

Shades of Hot Purple #46264E

Tints of Hot Purple #46264E

Color information

#46264E (or 0x46264E) is unknown color: approx Hot Purple. HEX triplet: 46, 26 and 4E. RGB value is (70,38,78). Sum of RGB (Red+Green+Blue) = 70+38+78=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #46264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46264E is #B9D9B1. Grayscale: #343434. Windows color (decimal): -12179890 or 5121606. OLE color: 5121606.

HSL color Cylindrical-coordinate representation of color #46264E: hue angle of 288º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46264E is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB703878-
CMYK0.100.5100.69
HSL288º34.48%22.75%-
HSV(B)288º51.28%30.59%-
XYZ4.593.247.59-
YUV52.13142.6140.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=37.63%
G=20.43%
B=41.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7038780.100.5100.6928834.4822.75
Hex46264EA330451202217
Octal10646116126301054404227
Binary1000110100110100111010101100110100010110010000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46264E; }

 p { color: rgb(70,38,78); }

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

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

 a { background-color: rgb(70,38,78); }

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

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

 span { border-color: rgb(70,38,78); }

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