#450B4D

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

Shades of Hot Purple #450B4D

Tints of Hot Purple #450B4D

Color information

#450B4D (or 0x450B4D) is unknown color: approx Hot Purple. HEX triplet: 45, 0B and 4D. RGB value is (69,11,77). Sum of RGB (Red+Green+Blue) = 69+11+77=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #450B4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B4D is #BAF4B2. Grayscale: #232323. Windows color (decimal): -12252339 or 5049157. OLE color: 5049157.

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

Color convert

RGB691177-
CMYK0.100.8600.70
HSL292.73º75%17.25%-
HSV(B)292.73º85.71%30.2%-
XYZ3.912.047.21-
YUV35.87151.22151.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=43.95%
G=7.01%
B=49.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6911770.100.8600.70292.737517.25
Hex45B4DA560461254b11
Octal1051311512126010644511321
Binary1000101101110011011010101011001000110100100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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