#520F4C

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

Shades of Hot Purple #520F4C

Tints of Hot Purple #520F4C

Color information

#520F4C (or 0x520F4C) is unknown color: approx Hot Purple. HEX triplet: 52, 0F and 4C. RGB value is (82,15,76). Sum of RGB (Red+Green+Blue) = 82+15+76=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #520F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F4C is #ADF0B3. Grayscale: #292929. Windows color (decimal): -11399348 or 4984658. OLE color: 4984658.

HSL color Cylindrical-coordinate representation of color #520F4C: hue angle of 305.37º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F4C is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB821576-
CMYK00.820.070.68
HSL305.37º69.07%19.02%-
HSV(B)305.37º81.71%32.16%-
XYZ4.962.667.09-
YUV41.99147.2156.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 15 (6.25% from 255) = 8.67%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=47.40%
G=8.67%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82157600.820.070.68305.3769.0719.02
Hex52F4C0527441314513
Octal122171140122710446110523
Binary101001011111001100010100101111000100100110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520F4C; }

 p { color: rgb(82,15,76); }

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

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

 a { background-color: rgb(82,15,76); }

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

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

 span { border-color: rgb(82,15,76); }

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