#520B5C

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

Shades of Hot Purple #520B5C

Tints of Hot Purple #520B5C

Color information

#520B5C (or 0x520B5C) is unknown color: approx Hot Purple. HEX triplet: 52, 0B and 5C. RGB value is (82,11,92). Sum of RGB (Red+Green+Blue) = 82+11+92=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #520B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B5C is #ADF4A3. Grayscale: #292929. Windows color (decimal): -11400356 or 6032210. OLE color: 6032210.

HSL color Cylindrical-coordinate representation of color #520B5C: hue angle of 292.59º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520B5C is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB821192-
CMYK0.110.8800.64
HSL292.59º78.64%20.2%-
HSV(B)292.59º88.04%36.08%-
XYZ5.532.8110.38-
YUV41.46156.52156.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=44.32%
G=5.95%
B=49.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8211920.110.8800.64292.5978.6420.2
Hex52B5CB580401254f14
Octal1221313413130010044511724
Binary1010010101110111001011101100001000000100100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,11,92); }

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

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

 a { background-color: rgb(82,11,92); }

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

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

 span { border-color: rgb(82,11,92); }

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