#50255B

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

Shades of Hot Purple #50255B

Tints of Hot Purple #50255B

Color information

#50255B (or 0x50255B) is unknown color: approx Hot Purple. HEX triplet: 50, 25 and 5B. RGB value is (80,37,91). Sum of RGB (Red+Green+Blue) = 80+37+91=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #50255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50255B is #AFDAA4. Grayscale: #373737. Windows color (decimal): -11524773 or 5973328. OLE color: 5973328.

HSL color Cylindrical-coordinate representation of color #50255B: hue angle of 287.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50255B is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB803791-
CMYK0.120.5900.64
HSL287.78º42.19%25.1%-
HSV(B)287.78º59.34%35.69%-
XYZ5.863.7810.32-
YUV56.01147.75145.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=38.46%
G=17.79%
B=43.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8037910.120.5900.64287.7842.1925.1
Hex50255BC3B0401202a19
Octal12045133147301004405231
Binary1010000100101101101111001110110100000010010000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50255B; }

 p { color: rgb(80,37,91); }

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

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

 a { background-color: rgb(80,37,91); }

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

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

 span { border-color: rgb(80,37,91); }

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