#520633

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

Shades of Tyrian Purple #520633

Tints of Tyrian Purple #520633

Color information

#520633 (or 0x520633) is unknown color: approx Tyrian Purple. HEX triplet: 52, 06 and 33. RGB value is (82,6,51). Sum of RGB (Red+Green+Blue) = 82+6+51=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #520633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520633 is #ADF9CC. Grayscale: #212121. Windows color (decimal): -11401677 or 3343954. OLE color: 3343954.

HSL color Cylindrical-coordinate representation of color #520633: hue angle of 324.47º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520633 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB82651-
CMYK00.930.380.68
HSL324.47º86.36%17.25%-
HSV(B)324.47º92.68%32.16%-
XYZ4.142.163.33-
YUV33.85137.68162.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=58.99%
G=4.32%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8265100.930.380.68324.4786.3617.25
Hex5263305D26441445611
Octal12266301354610450412621
Binary1010010110110011010111011001101000100101000100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520633; }

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

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

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

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

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

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

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

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