#452649

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

Shades of Hot Purple #452649

Tints of Hot Purple #452649

Color information

#452649 (or 0x452649) is unknown color: approx Hot Purple. HEX triplet: 45, 26 and 49. RGB value is (69,38,73). Sum of RGB (Red+Green+Blue) = 69+38+73=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #452649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452649 is #BAD9B6. Grayscale: #333333. Windows color (decimal): -12245431 or 4793925. OLE color: 4793925.

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

Color convert

RGB693873-
CMYK0.050.4800.71
HSL293.14º31.53%21.76%-
HSV(B)293.14º47.95%28.63%-
XYZ4.353.136.68-
YUV51.26140.27140.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=38.33%
G=21.11%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6938730.050.4800.71293.1431.5321.76
Hex4526495300471252016
Octal1054611156001074454026
Binary100010110011010010011011100000100011110010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452649; }

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

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

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

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

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

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

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

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