#501252

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

Shades of Hot Purple #501252

Tints of Hot Purple #501252

Color information

#501252 (or 0x501252) is unknown color: approx Hot Purple. HEX triplet: 50, 12 and 52. RGB value is (80,18,82). Sum of RGB (Red+Green+Blue) = 80+18+82=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #501252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501252 is #AFEDAD. Grayscale: #2B2B2B. Windows color (decimal): -11529646 or 5378640. OLE color: 5378640.

HSL color Cylindrical-coordinate representation of color #501252: hue angle of 298.12º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501252 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB801882-
CMYK0.020.7800.68
HSL298.12º64%19.61%-
HSV(B)298.12º78.05%32.16%-
XYZ5.052.758.25-
YUV43.83149.54153.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 82 (32.42% from 255) = 45.56%
R=44.44%
G=10%
B=45.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8018820.020.7800.68298.126419.61
Hex50125224E04412a4014
Octal120221222116010445210024
Binary101000010010101001010100111001000100100101010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501252; }

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

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

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

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

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

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

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

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