#453149

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

Shades of Hot Purple #453149

Tints of Hot Purple #453149

Color information

#453149 (or 0x453149) is unknown color: approx Hot Purple. HEX triplet: 45, 31 and 49. RGB value is (69,49,73). Sum of RGB (Red+Green+Blue) = 69+49+73=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 73 - color contains mainly: blue. Hex color #453149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453149 is #BACEB6. Grayscale: #393939. Windows color (decimal): -12242615 or 4796741. OLE color: 4796741.

HSL color Cylindrical-coordinate representation of color #453149: hue angle of 290º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #453149 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB694973-
CMYK0.050.3300.71
HSL290º19.67%23.92%-
HSV(B)290º32.88%28.63%-
XYZ4.763.946.81-
YUV57.72136.63136.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=36.13%
G=25.65%
B=38.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6949730.050.3300.7129019.6723.92
Hex4531495210471221418
Octal1056111154101074422430
Binary10001011100011001001101100001010001111001000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453149; }

 p { color: rgb(69,49,73); }

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

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

 a { background-color: rgb(69,49,73); }

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

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

 span { border-color: rgb(69,49,73); }

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