#451250

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

Shades of Hot Purple #451250

Tints of Hot Purple #451250

Color information

#451250 (or 0x451250) is unknown color: approx Hot Purple. HEX triplet: 45, 12 and 50. RGB value is (69,18,80). Sum of RGB (Red+Green+Blue) = 69+18+80=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #451250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451250 is #BAEDAF. Grayscale: #282828. Windows color (decimal): -12250544 or 5247557. OLE color: 5247557.

HSL color Cylindrical-coordinate representation of color #451250: hue angle of 289.35º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451250 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB691880-
CMYK0.140.7800.69
HSL289.35º63.27%19.22%-
HSV(B)289.35º77.5%31.37%-
XYZ4.122.287.81-
YUV40.32150.4148.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=41.32%
G=10.78%
B=47.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6918800.140.7800.69289.3563.2719.22
Hex451250E4E0451213f13
Octal105221201611601054417723
Binary1000101100101010000111010011100100010110010000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451250; }

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

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

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

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

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

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

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

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