#452049

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

Shades of Hot Purple #452049

Tints of Hot Purple #452049

Color information

#452049 (or 0x452049) is unknown color: approx Hot Purple. HEX triplet: 45, 20 and 49. RGB value is (69,32,73). Sum of RGB (Red+Green+Blue) = 69+32+73=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #452049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452049 is #BADFB6. Grayscale: #2F2F2F. Windows color (decimal): -12246967 or 4792389. OLE color: 4792389.

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

Color convert

RGB693273-
CMYK0.050.5600.71
HSL294.15º39.05%20.59%-
HSV(B)294.15º56.16%28.63%-
XYZ4.172.786.62-
YUV47.74142.26143.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=39.66%
G=18.39%
B=41.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6932730.050.5600.71294.1539.0520.59
Hex4520495380471262715
Octal1054011157001074464725
Binary100010110000010010011011110000100011110010011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452049; }

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

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

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

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

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

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

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

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