#451749

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

Shades of Hot Purple #451749

Tints of Hot Purple #451749

Color information

#451749 (or 0x451749) is unknown color: approx Hot Purple. HEX triplet: 45, 17 and 49. RGB value is (69,23,73). Sum of RGB (Red+Green+Blue) = 69+23+73=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #451749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451749 is #BAE8B6. Grayscale: #2A2A2A. Windows color (decimal): -12249271 or 4790085. OLE color: 4790085.

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

Color convert

RGB692373-
CMYK0.050.6800.71
HSL295.2º52.08%18.82%-
HSV(B)295.2º68.49%28.63%-
XYZ3.962.366.55-
YUV42.45145.24146.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=41.82%
G=13.94%
B=44.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6923730.050.6800.71295.252.0818.82
Hex4517495440471273413
Octal10527111510401074476423
Binary100010110111100100110110001000100011110010011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451749; }

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

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

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

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

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

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

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

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