#520855

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

Shades of Hot Purple #520855

Tints of Hot Purple #520855

Color information

#520855 (or 0x520855) is unknown color: approx Hot Purple. HEX triplet: 52, 08 and 55. RGB value is (82,8,85). Sum of RGB (Red+Green+Blue) = 82+8+85=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #520855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520855 is #ADF7AA. Grayscale: #262626. Windows color (decimal): -11401131 or 5572690. OLE color: 5572690.

HSL color Cylindrical-coordinate representation of color #520855: hue angle of 297.66º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520855 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB82885-
CMYK0.040.9100.67
HSL297.66º82.8%18.24%-
HSV(B)297.66º90.59%33.33%-
XYZ5.212.628.83-
YUV38.9154.02158.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=46.86%
G=4.57%
B=48.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal828850.040.9100.67297.6682.818.24
Hex5285545B04312a5312
Octal122101254133010345212322
Binary101001010001010101100101101101000011100101010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520855; }

 p { color: rgb(82,8,85); }

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

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

 a { background-color: rgb(82,8,85); }

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

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

 span { border-color: rgb(82,8,85); }

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