#500F4B

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

Shades of Hot Purple #500F4B

Tints of Hot Purple #500F4B

Color information

#500F4B (or 0x500F4B) is unknown color: approx Hot Purple. HEX triplet: 50, 0F and 4B. RGB value is (80,15,75). Sum of RGB (Red+Green+Blue) = 80+15+75=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #500F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F4B is #AFF0B4. Grayscale: #292929. Windows color (decimal): -11530421 or 4919120. OLE color: 4919120.

HSL color Cylindrical-coordinate representation of color #500F4B: hue angle of 304.62º 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 #500F4B is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB801575-
CMYK00.810.060.69
HSL304.62º68.42%18.63%-
HSV(B)304.62º81.25%31.37%-
XYZ4.752.566.9-
YUV41.27147.03155.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 15 (6.25% from 255) = 8.82%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=47.06%
G=8.82%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80157500.810.060.69304.6268.4218.63
Hex50F4B0516451314413
Octal120171130121610546110423
Binary101000011111001011010100011101000101100110001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500F4B; }

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

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

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

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

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

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

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

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