#450F50

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

Shades of Hot Purple #450F50

Tints of Hot Purple #450F50

Color information

#450F50 (or 0x450F50) is unknown color: approx Hot Purple. HEX triplet: 45, 0F and 50. RGB value is (69,15,80). Sum of RGB (Red+Green+Blue) = 69+15+80=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #450F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F50 is #BAF0AF. Grayscale: #262626. Windows color (decimal): -12251312 or 5246789. OLE color: 5246789.

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

Color convert

RGB691580-
CMYK0.140.8100.69
HSL289.85º68.42%18.63%-
HSV(B)289.85º81.25%31.37%-
XYZ4.072.197.8-
YUV38.56151.39149.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 15 (6.25% from 255) = 9.15%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=42.07%
G=9.15%
B=48.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6915800.140.8100.69289.8568.4218.63
Hex45F50E510451224413
Octal1051712016121010544210423
Binary1000101111110100001110101000101000101100100010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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