#451849

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

Shades of Hot Purple #451849

Tints of Hot Purple #451849

Color information

#451849 (or 0x451849) is unknown color: approx Hot Purple. HEX triplet: 45, 18 and 49. RGB value is (69,24,73). Sum of RGB (Red+Green+Blue) = 69+24+73=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #451849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451849 is #BAE7B6. Grayscale: #2A2A2A. Windows color (decimal): -12249015 or 4790341. OLE color: 4790341.

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

Color convert

RGB692473-
CMYK0.050.6700.71
HSL295.1º50.52%19.02%-
HSV(B)295.1º67.12%28.63%-
XYZ3.982.46.56-
YUV43.04144.91146.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=41.57%
G=14.46%
B=43.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6924730.050.6700.71295.150.5219.02
Hex4518495430471273313
Octal10530111510301074476323
Binary100010111000100100110110000110100011110010011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451849; }

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

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

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

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

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

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

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

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