#451450

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

Shades of Hot Purple #451450

Tints of Hot Purple #451450

Color information

#451450 (or 0x451450) is unknown color: approx Hot Purple. HEX triplet: 45, 14 and 50. RGB value is (69,20,80). Sum of RGB (Red+Green+Blue) = 69+20+80=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #451450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451450 is #BAEBAF. Grayscale: #292929. Windows color (decimal): -12250032 or 5248069. OLE color: 5248069.

HSL color Cylindrical-coordinate representation of color #451450: hue angle of 289º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451450 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB692080-
CMYK0.140.7500.69
HSL289º60%19.61%-
HSV(B)289º75%31.37%-
XYZ4.152.347.82-
YUV41.49149.73147.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.83%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=40.83%
G=11.83%
B=47.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6920800.140.7500.692896019.61
Hex451450E4B0451213c14
Octal105241201611301054417424
Binary1000101101001010000111010010110100010110010000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451450; }

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

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

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

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

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

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

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

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