#46254E

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

Shades of Hot Purple #46254E

Tints of Hot Purple #46254E

Color information

#46254E (or 0x46254E) is unknown color: approx Hot Purple. HEX triplet: 46, 25 and 4E. RGB value is (70,37,78). Sum of RGB (Red+Green+Blue) = 70+37+78=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #46254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46254E is #B9DAB1. Grayscale: #333333. Windows color (decimal): -12180146 or 5121350. OLE color: 5121350.

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

Color convert

RGB703778-
CMYK0.100.5300.69
HSL288.29º35.65%22.55%-
HSV(B)288.29º52.56%30.59%-
XYZ4.563.187.58-
YUV51.54142.93141.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=37.84%
G=20%
B=42.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7037780.100.5300.69288.2935.6522.55
Hex46254EA350451202417
Octal10645116126501054404427
Binary1000110100101100111010101101010100010110010000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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