#451E49

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

Shades of Hot Purple #451E49

Tints of Hot Purple #451E49

Color information

#451E49 (or 0x451E49) is unknown color: approx Hot Purple. HEX triplet: 45, 1E and 49. RGB value is (69,30,73). Sum of RGB (Red+Green+Blue) = 69+30+73=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #451E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E49 is #BAE1B6. Grayscale: #2E2E2E. Windows color (decimal): -12247479 or 4791877. OLE color: 4791877.

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

Color convert

RGB693073-
CMYK0.050.5900.71
HSL294.42º41.75%20.2%-
HSV(B)294.42º58.9%28.63%-
XYZ4.122.676.6-
YUV46.56142.92144-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.12%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=40.12%
G=17.44%
B=42.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6930730.050.5900.71294.4241.7520.2
Hex451E4953B0471262a14
Octal1053611157301074465224
Binary10001011111010010011011110110100011110010011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451E49; }

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

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

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

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

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

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

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

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