#520655

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

Shades of Hot Purple #520655

Tints of Hot Purple #520655

Color information

#520655 (or 0x520655) is unknown color: approx Hot Purple. HEX triplet: 52, 06 and 55. RGB value is (82,6,85). Sum of RGB (Red+Green+Blue) = 82+6+85=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #520655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520655 is #ADF9AA. Grayscale: #252525. Windows color (decimal): -11401643 or 5572178. OLE color: 5572178.

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

Color convert

RGB82685-
CMYK0.040.9300.67
HSL297.72º86.81%17.84%-
HSV(B)297.72º92.94%33.33%-
XYZ5.182.588.82-
YUV37.73154.68159.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=47.40%
G=3.47%
B=49.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal826850.040.9300.67297.7286.8117.84
Hex5265545D04312a5712
Octal12261254135010345212722
Binary10100101101010101100101110101000011100101010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520655; }

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

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

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

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

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

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

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

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