#450A51

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

Shades of Hot Purple #450A51

Tints of Hot Purple #450A51

Color information

#450A51 (or 0x450A51) is unknown color: approx Hot Purple. HEX triplet: 45, 0A and 51. RGB value is (69,10,81). Sum of RGB (Red+Green+Blue) = 69+10+81=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #450A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A51 is #BAF5AE. Grayscale: #232323. Windows color (decimal): -12252591 or 5311045. OLE color: 5311045.

HSL color Cylindrical-coordinate representation of color #450A51: hue angle of 289.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450A51 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB691081-
CMYK0.150.8800.68
HSL289.86º78.02%17.84%-
HSV(B)289.86º87.65%31.76%-
XYZ4.052.087.97-
YUV35.74153.55151.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 81 (32.03% from 255) = 50.62%
R=43.12%
G=6.25%
B=50.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6910810.150.8800.68289.8678.0217.84
Hex45A51F580441224e12
Octal1051212117130010444211622
Binary1000101101010100011111101100001000100100100010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,10,81); }

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

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

 a { background-color: rgb(69,10,81); }

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

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

 span { border-color: rgb(69,10,81); }

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