#450A50

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

Shades of Hot Purple #450A50

Tints of Hot Purple #450A50

Color information

#450A50 (or 0x450A50) is unknown color: approx Hot Purple. HEX triplet: 45, 0A and 50. RGB value is (69,10,80). Sum of RGB (Red+Green+Blue) = 69+10+80=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #450A50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A50 is #BAF5AF. Grayscale: #232323. Windows color (decimal): -12252592 or 5245509. OLE color: 5245509.

HSL color Cylindrical-coordinate representation of color #450A50: hue angle of 290.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450A50 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB691080-
CMYK0.140.8700.69
HSL290.57º77.78%17.65%-
HSV(B)290.57º87.5%31.37%-
XYZ4.012.067.78-
YUV35.62153.05151.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=43.40%
G=6.29%
B=50.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6910800.140.8700.69290.5777.7817.65
Hex45A50E570451234e12
Octal1051212016127010544311622
Binary1000101101010100001110101011101000101100100011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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