#451449

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

Shades of Hot Purple #451449

Tints of Hot Purple #451449

Color information

#451449 (or 0x451449) is unknown color: approx Hot Purple. HEX triplet: 45, 14 and 49. RGB value is (69,20,73). Sum of RGB (Red+Green+Blue) = 69+20+73=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #451449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451449 is #BAEBB6. Grayscale: #282828. Windows color (decimal): -12250039 or 4789317. OLE color: 4789317.

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

Color convert

RGB692073-
CMYK0.050.7300.71
HSL295.47º56.99%18.24%-
HSV(B)295.47º72.6%28.63%-
XYZ3.912.256.53-
YUV40.69146.23148.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=42.59%
G=12.35%
B=45.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6920730.050.7300.71295.4756.9918.24
Hex4514495490471273912
Octal10524111511101074477122
Binary100010110100100100110110010010100011110010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451449; }

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

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

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

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

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

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

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

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