#50265A

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

Shades of Hot Purple #50265A

Tints of Hot Purple #50265A

Color information

#50265A (or 0x50265A) is unknown color: approx Hot Purple. HEX triplet: 50, 26 and 5A. RGB value is (80,38,90). Sum of RGB (Red+Green+Blue) = 80+38+90=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #50265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50265A is #AFD9A5. Grayscale: #383838. Windows color (decimal): -11524518 or 5908048. OLE color: 5908048.

HSL color Cylindrical-coordinate representation of color #50265A: hue angle of 288.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50265A is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB803890-
CMYK0.110.5800.65
HSL288.46º40.62%25.1%-
HSV(B)288.46º57.78%35.29%-
XYZ5.853.8310.1-
YUV56.49146.91144.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=38.46%
G=18.27%
B=43.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8038900.110.5800.65288.4640.6225.1
Hex50265AB3A0411202919
Octal12046132137201014405131
Binary1010000100110101101010111110100100000110010000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50265A; }

 p { color: rgb(80,38,90); }

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

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

 a { background-color: rgb(80,38,90); }

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

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

 span { border-color: rgb(80,38,90); }

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