#450B51

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

Shades of Hot Purple #450B51

Tints of Hot Purple #450B51

Color information

#450B51 (or 0x450B51) is unknown color: approx Hot Purple. HEX triplet: 45, 0B and 51. RGB value is (69,11,81). Sum of RGB (Red+Green+Blue) = 69+11+81=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #450B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B51 is #BAF4AE. Grayscale: #242424. Windows color (decimal): -12252335 or 5311301. OLE color: 5311301.

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

Color convert

RGB691181-
CMYK0.150.8600.68
HSL289.71º76.09%18.04%-
HSV(B)289.71º86.42%31.76%-
XYZ4.062.17.98-
YUV36.32153.22151.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=42.86%
G=6.83%
B=50.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6911810.150.8600.68289.7176.0918.04
Hex45B51F560441224c12
Octal1051312117126010444211422
Binary1000101101110100011111101011001000100100100010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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