#450A52

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

Shades of Hot Purple #450A52

Tints of Hot Purple #450A52

Color information

#450A52 (or 0x450A52) is unknown color: approx Hot Purple. HEX triplet: 45, 0A and 52. RGB value is (69,10,82). Sum of RGB (Red+Green+Blue) = 69+10+82=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #450A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A52 is #BAF5AD. Grayscale: #232323. Windows color (decimal): -12252590 or 5376581. OLE color: 5376581.

HSL color Cylindrical-coordinate representation of color #450A52: hue angle of 289.17º 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 #450A52 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB691082-
CMYK0.160.8800.68
HSL289.17º78.26%18.04%-
HSV(B)289.17º87.8%32.16%-
XYZ4.092.098.17-
YUV35.85154.05151.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=42.86%
G=6.21%
B=50.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6910820.160.8800.68289.1778.2618.04
Hex45A5210580441214e12
Octal1051212220130010444111622
Binary10001011010101001010000101100001000100100100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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