#450D4D

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

Shades of Hot Purple #450D4D

Tints of Hot Purple #450D4D

Color information

#450D4D (or 0x450D4D) is unknown color: approx Hot Purple. HEX triplet: 45, 0D and 4D. RGB value is (69,13,77). Sum of RGB (Red+Green+Blue) = 69+13+77=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #450D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450D4D is #BAF2B2. Grayscale: #242424. Windows color (decimal): -12251827 or 5049669. OLE color: 5049669.

HSL color Cylindrical-coordinate representation of color #450D4D: hue angle of 292.5º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450D4D is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB691377-
CMYK0.100.8300.70
HSL292.5º71.11%17.65%-
HSV(B)292.5º83.12%30.2%-
XYZ3.942.097.22-
YUV37.04150.55150.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 13 (5.47% from 255) = 8.18%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=43.40%
G=8.18%
B=48.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6913770.100.8300.70292.571.1117.65
Hex45D4DA530461244712
Octal1051511512123010644410722
Binary1000101110110011011010101001101000110100100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450D4D; }

 p { color: rgb(69,13,77); }

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

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

 a { background-color: rgb(69,13,77); }

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

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

 span { border-color: rgb(69,13,77); }

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